#7D880F

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

Shades of Olive #7D880F

Tints of Olive #7D880F

Color information

#7D880F (or 0x7D880F) is unknown color: approx Olive. HEX triplet: 7D, 88 and 0F. RGB value is (125,136,15). Sum of RGB (Red+Green+Blue) = 125+136+15=276 (36% of max value = 765). Red value is 125 (49.22% from 255 or 45.29% from 276); Green value is 136 (53.52% from 255 or 49.28% from 276); Blue value is 15 (6.25% from 255 or 5.43% from 276); Max value from RGB is 136 - color contains mainly: green. Hex color #7D880F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7D880F is #8277F0. Grayscale: #777777. Windows color (decimal): -8550385 or 1017981. OLE color: 1017981.

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

Color convert

RGB12513615-
CMYK0.0800.890.47
HSL65.45º80.13%29.61%-
HSV(B)65.45º88.97%53.33%-
XYZ17.35223.78-
YUV118.9269.36132.34-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 45.29%
GREEN value IS 136 (53.52% from 255) = 49.28%
BLUE value IS 15 (6.25% from 255) = 5.43%
R=45.29%
G=49.28%
B=5.43%

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
Decimal125136150.0800.890.4765.4580.1329.61
Hex7D88F80592F41501e
Octal175210171001315710112036
Binary11111011000100011111000010110011011111000001101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D880F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,136,15); }

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

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

 a { background-color: rgb(125,136,15); }

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

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

 span { border-color: rgb(125,136,15); }

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