#7B6603

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

Shades of Olive #7B6603

Tints of Olive #7B6603

Color information

#7B6603 (or 0x7B6603) is unknown color: approx Olive. HEX triplet: 7B, 66 and 03. RGB value is (123,102,3). Sum of RGB (Red+Green+Blue) = 123+102+3=228 (30% of max value = 765). Red value is 123 (48.44% from 255 or 53.95% from 228); Green value is 102 (40.23% from 255 or 44.74% from 228); Blue value is 3 (1.56% from 255 or 1.32% from 228); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6603 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7B6603 is #8499FC. Grayscale: #616161. Windows color (decimal): -8690173 or 222843. OLE color: 222843.

HSL color Cylindrical-coordinate representation of color #7B6603: hue angle of 49.5º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7B6603 is Cyan = 0, Magento = 0.17, Yellow = 0.98 and Black (K on CMYK) = 0.52.

Color convert

RGB1231023-
CMYK00.170.980.52
HSL49.5º95.24%24.71%-
HSV(B)49.5º97.56%48.24%-
XYZ12.9413.722.05-
YUV96.9974.96146.55-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 53.95%
GREEN value IS 102 (40.23% from 255) = 44.74%
BLUE value IS 3 (1.56% from 255) = 1.32%
R=53.95%
G=44.74%
B=1.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.98
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123102300.170.980.5249.595.2424.71
Hex7B6630116234325f19
Octal1731463021142646213731
Binary11110111100110110100011100010110100110010101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B6603

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,102,3); }

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

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

 a { background-color: rgb(123,102,3); }

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

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

 span { border-color: rgb(123,102,3); }

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