#7C7006

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

Shades of Olive #7C7006

Tints of Olive #7C7006

Color information

#7C7006 (or 0x7C7006) is unknown color: approx Olive. HEX triplet: 7C, 70 and 06. RGB value is (124,112,6). Sum of RGB (Red+Green+Blue) = 124+112+6=242 (32% of max value = 765). Red value is 124 (48.83% from 255 or 51.24% from 242); Green value is 112 (44.14% from 255 or 46.28% from 242); Blue value is 6 (2.73% from 255 or 2.48% from 242); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7006 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C7006 is #838FF9. Grayscale: #676767. Windows color (decimal): -8622074 or 422012. OLE color: 422012.

HSL color Cylindrical-coordinate representation of color #7C7006: hue angle of 53.9º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7C7006 is Cyan = 0, Magento = 0.10, Yellow = 0.95 and Black (K on CMYK) = 0.51.

Color convert

RGB1241126-
CMYK00.100.950.51
HSL53.9º90.77%25.49%-
HSV(B)53.9º95.16%48.63%-
XYZ14.1415.892.49-
YUV103.572.98142.62-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 51.24%
GREEN value IS 112 (44.14% from 255) = 46.28%
BLUE value IS 6 (2.73% from 255) = 2.48%
R=51.24%
G=46.28%
B=2.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.95
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124112600.100.950.5153.990.7725.49
Hex7C7060A5F33365b19
Octal1741606012137636613331
Binary11111001110000110010101011111110011110110101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C7006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,112,6); }

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

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

 a { background-color: rgb(124,112,6); }

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

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

 span { border-color: rgb(124,112,6); }

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