#7D8801

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

Shades of Olive #7D8801

Tints of Olive #7D8801

Color information

#7D8801 (or 0x7D8801) is unknown color: approx Olive. HEX triplet: 7D, 88 and 01. RGB value is (125,136,1). Sum of RGB (Red+Green+Blue) = 125+136+1=262 (34% of max value = 765). Red value is 125 (49.22% from 255 or 47.71% from 262); Green value is 136 (53.52% from 255 or 51.91% from 262); Blue value is 1 (0.78% from 255 or 0.38% from 262); Max value from RGB is 136 - color contains mainly: green. Hex color #7D8801 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7D8801 is #8277FE. Grayscale: #757575. Windows color (decimal): -8550399 or 100477. OLE color: 100477.

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

Color convert

RGB1251361-
CMYK0.0800.990.47
HSL64.89º98.54%26.86%-
HSV(B)64.89º99.26%53.33%-
XYZ17.2721.973.36-
YUV117.3262.36133.48-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 47.71%
GREEN value IS 136 (53.52% from 255) = 51.91%
BLUE value IS 1 (0.78% from 255) = 0.38%
R=47.71%
G=51.91%
B=0.38%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal12513610.0800.990.4764.8998.5426.86
Hex7D88180632F41631b
Octal17521011001435710114333
Binary11111011000100011000011000111011111000001110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D8801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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