#7B6F02

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

Shades of Olive #7B6F02

Tints of Olive #7B6F02

Color information

#7B6F02 (or 0x7B6F02) is unknown color: approx Olive. HEX triplet: 7B, 6F and 02. RGB value is (123,111,2). Sum of RGB (Red+Green+Blue) = 123+111+2=236 (31% of max value = 765). Red value is 123 (48.44% from 255 or 52.12% from 236); Green value is 111 (43.75% from 255 or 47.03% from 236); Blue value is 2 (1.17% from 255 or 0.85% from 236); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6F02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7B6F02 is #8490FD. Grayscale: #666666. Windows color (decimal): -8687870 or 159611. OLE color: 159611.

HSL color Cylindrical-coordinate representation of color #7B6F02: hue angle of 54.05º degrees, saturation: 0.97, 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 #7B6F02 is Cyan = 0, Magento = 0.10, Yellow = 0.98 and Black (K on CMYK) = 0.52.

Color convert

RGB1231112-
CMYK00.100.980.52
HSL54.05º96.8%24.51%-
HSV(B)54.05º98.37%48.24%-
XYZ13.8615.582.33-
YUV102.1671.48142.86-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 52.12%
GREEN value IS 111 (43.75% from 255) = 47.03%
BLUE value IS 2 (1.17% from 255) = 0.85%
R=52.12%
G=47.03%
B=0.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.98
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123111200.100.980.5254.0596.824.51
Hex7B6F20A6234366119
Octal1731572012142646614131
Binary1111011110111110010101100010110100110110110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B6F02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,111,2); }

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

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

 a { background-color: rgb(123,111,2); }

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

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

 span { border-color: rgb(123,111,2); }

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