#7C870F

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

Shades of Olive #7C870F

Tints of Olive #7C870F

Color information

#7C870F (or 0x7C870F) is unknown color: approx Olive. HEX triplet: 7C, 87 and 0F. RGB value is (124,135,15). Sum of RGB (Red+Green+Blue) = 124+135+15=274 (36% of max value = 765). Red value is 124 (48.83% from 255 or 45.26% from 274); Green value is 135 (53.12% from 255 or 49.27% from 274); Blue value is 15 (6.25% from 255 or 5.47% from 274); Max value from RGB is 135 - color contains mainly: green. Hex color #7C870F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7C870F is #8378F0. Grayscale: #767676. Windows color (decimal): -8616177 or 1017724. OLE color: 1017724.

HSL color Cylindrical-coordinate representation of color #7C870F: hue angle of 65.5º 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 #7C870F is Cyan = 0.08, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.47.

Color convert

RGB12413515-
CMYK0.0800.890.47
HSL65.5º80%29.41%-
HSV(B)65.5º88.89%52.94%-
XYZ17.0621.653.73-
YUV118.0369.86132.26-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 45.26%
GREEN value IS 135 (53.12% from 255) = 49.27%
BLUE value IS 15 (6.25% from 255) = 5.47%
R=45.26%
G=49.27%
B=5.47%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal124135150.0800.890.4765.58029.41
Hex7C87F80592F42501d
Octal174207171001315710212035
Binary11111001000011111111000010110011011111000010101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C870F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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