#7C8706

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

Shades of Olive #7C8706

Tints of Olive #7C8706

Color information

#7C8706 (or 0x7C8706) is unknown color: approx Olive. HEX triplet: 7C, 87 and 06. RGB value is (124,135,6). Sum of RGB (Red+Green+Blue) = 124+135+6=265 (35% of max value = 765). Red value is 124 (48.83% from 255 or 46.79% from 265); Green value is 135 (53.12% from 255 or 50.94% from 265); Blue value is 6 (2.73% from 255 or 2.26% from 265); Max value from RGB is 135 - color contains mainly: green. Hex color #7C8706 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7C8706 is #8378F9. Grayscale: #757575. Windows color (decimal): -8616186 or 427900. OLE color: 427900.

HSL color Cylindrical-coordinate representation of color #7C8706: hue angle of 65.12º degrees, saturation: 0.91, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7C8706 is Cyan = 0.08, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.47.

Color convert

RGB1241356-
CMYK0.0800.960.47
HSL65.12º91.49%27.65%-
HSV(B)65.12º95.56%52.94%-
XYZ17.0121.633.45-
YUV11765.36132.99-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 46.79%
GREEN value IS 135 (53.12% from 255) = 50.94%
BLUE value IS 6 (2.73% from 255) = 2.26%
R=46.79%
G=50.94%
B=2.26%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal12413560.0800.960.4765.1291.4927.65
Hex7C87680602F415b1c
Octal17420761001405710113334
Binary1111100100001111101000011000001011111000001101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C8706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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