#7b6500

Color #7B6500 Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive #7B6500

Tints of Olive #7B6500

Color information

#7B6500 (or 0x7B6500) is unknown color: approx Olive. HEX triplet: 7B, 65 and 00. RGB value is (123,101,0). Sum of RGB (Red+Green+Blue) = 123+101+0=224 (29% of max value = 765). Red value is 123 (48.44% from 255 or 54.91% from 224); Green value is 101 (39.84% from 255 or 45.09% from 224); Blue value is 0 (0.39% from 255 or 0% from 224); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6500 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7B6500 is #849AFF. Grayscale: #606060. Windows color (decimal): -8690432 or 25979. OLE color: 25979.

HSL color Cylindrical-coordinate representation of color #7B6500: hue angle of 49.27º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7B6500 is Cyan = 0, Magento = 0.18, Yellow = 1 and Black (K on CMYK) = 0.52.

Color convert

RGB1231010-
CMYK00.1810.52
HSL49.27º100%24.12%-
HSV(B)49.27º100%48.24%-
XYZ12.8213.521.93-
YUV96.0673.79147.21-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 123 (48.44% from 255) = 54.91%
GREEN value IS 101 (39.84% from 255) = 45.09%
BLUE value IS 0 (0.39% from 255) = 0%
R=54.91%
G=45.09%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 1
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123101000.1810.5249.2710024.12
Hex7B6500126434316418
Octal1731450022144646114430
Binary1111011110010100100101100100110100110001110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7b6500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7b6500; }

 p { color: rgb(123,101,0); }

 H1.HeaderClassName
 {
   color: #7b6500;
 }
 .AnyTagClassName
 {
   color: #7b6500;
 }
</style>
background-color css

<style>
 a { background-color: #7b6500; }

 a { background-color: rgb(123,101,0); }

 div.DivClassName
 {
   background-color: #7b6500;
 }
 .BgClassName
 {
   background-color: #7b6500;
 }
</style>
border-color css

<style>
 span { border-color: #7b6500; }

 span { border-color: rgb(123,101,0); }

 td.TdClassName
 {
   border-color: #7b6500;
 }
 .TagClassName
 {
   border-color: #7b6500;
 }
</style>