#7D880A

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

Shades of Olive #7D880A

Tints of Olive #7D880A

Color information

#7D880A (or 0x7D880A) is unknown color: approx Olive. HEX triplet: 7D, 88 and 0A. RGB value is (125,136,10). Sum of RGB (Red+Green+Blue) = 125+136+10=271 (35% of max value = 765). Red value is 125 (49.22% from 255 or 46.13% from 271); Green value is 136 (53.52% from 255 or 50.18% from 271); Blue value is 10 (4.30% from 255 or 3.69% from 271); Max value from RGB is 136 - color contains mainly: green. Hex color #7D880A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7D880A is #8277F5. Grayscale: #767676. Windows color (decimal): -8550390 or 690301. OLE color: 690301.

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

Color convert

RGB12513610-
CMYK0.0800.930.47
HSL65.24º86.3%28.63%-
HSV(B)65.24º92.65%53.33%-
XYZ17.3221.993.62-
YUV118.3566.86132.75-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 46.13%
GREEN value IS 136 (53.52% from 255) = 50.18%
BLUE value IS 10 (4.30% from 255) = 3.69%
R=46.13%
G=50.18%
B=3.69%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal125136100.0800.930.4765.2486.328.63
Hex7D88A805D2F41561d
Octal175210121001355710112635
Binary11111011000100010101000010111011011111000001101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D880A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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