#7D880E

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

Shades of Olive #7D880E

Tints of Olive #7D880E

Color information

#7D880E (or 0x7D880E) is unknown color: approx Olive. HEX triplet: 7D, 88 and 0E. RGB value is (125,136,14). Sum of RGB (Red+Green+Blue) = 125+136+14=275 (36% of max value = 765). Red value is 125 (49.22% from 255 or 45.45% from 275); Green value is 136 (53.52% from 255 or 49.45% from 275); Blue value is 14 (5.86% from 255 or 5.09% from 275); Max value from RGB is 136 - color contains mainly: green. Hex color #7D880E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7D880E is #8277F1. Grayscale: #777777. Windows color (decimal): -8550386 or 952445. OLE color: 952445.

HSL color Cylindrical-coordinate representation of color #7D880E: hue angle of 65.41º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7D880E is Cyan = 0.08, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB12513614-
CMYK0.0800.900.47
HSL65.41º81.33%29.41%-
HSV(B)65.41º89.71%53.33%-
XYZ17.34223.75-
YUV118.868.86132.42-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 45.45%
GREEN value IS 136 (53.52% from 255) = 49.45%
BLUE value IS 14 (5.86% from 255) = 5.09%
R=45.45%
G=49.45%
B=5.09%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal125136140.0800.900.4765.4181.3329.41
Hex7D88E805A2F41511d
Octal175210161001325710112135
Binary11111011000100011101000010110101011111000001101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D880E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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