#7C860F

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

Shades of Olive #7C860F

Tints of Olive #7C860F

Color information

#7C860F (or 0x7C860F) is unknown color: approx Olive. HEX triplet: 7C, 86 and 0F. RGB value is (124,134,15). Sum of RGB (Red+Green+Blue) = 124+134+15=273 (36% of max value = 765). Red value is 124 (48.83% from 255 or 45.42% from 273); Green value is 134 (52.73% from 255 or 49.08% from 273); Blue value is 15 (6.25% from 255 or 5.49% from 273); Max value from RGB is 134 - color contains mainly: green. Hex color #7C860F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7C860F is #8379F0. Grayscale: #757575. Windows color (decimal): -8616433 or 1017468. OLE color: 1017468.

HSL color Cylindrical-coordinate representation of color #7C860F: hue angle of 65.04º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7C860F is Cyan = 0.07, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.47.

Color convert

RGB12413415-
CMYK0.0700.890.47
HSL65.04º79.87%29.22%-
HSV(B)65.04º88.81%52.55%-
XYZ16.9221.373.68-
YUV117.4470.19132.68-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 45.42%
GREEN value IS 134 (52.73% from 255) = 49.08%
BLUE value IS 15 (6.25% from 255) = 5.49%
R=45.42%
G=49.08%
B=5.49%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal124134150.0700.890.4765.0479.8729.22
Hex7C86F70592F41501d
Octal17420617701315710112035
Binary1111100100001101111111010110011011111000001101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C860F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,134,15); }

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

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

 a { background-color: rgb(124,134,15); }

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

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

 span { border-color: rgb(124,134,15); }

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