#7D8208

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

Shades of Olive #7D8208

Tints of Olive #7D8208

Color information

#7D8208 (or 0x7D8208) is unknown color: approx Olive. HEX triplet: 7D, 82 and 08. RGB value is (125,130,8). Sum of RGB (Red+Green+Blue) = 125+130+8=263 (34% of max value = 765). Red value is 125 (49.22% from 255 or 47.53% from 263); Green value is 130 (51.17% from 255 or 49.43% from 263); Blue value is 8 (3.52% from 255 or 3.04% from 263); Max value from RGB is 130 - color contains mainly: green. Hex color #7D8208 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7D8208 is #827DF7. Grayscale: #737373. Windows color (decimal): -8551928 or 557693. OLE color: 557693.

HSL color Cylindrical-coordinate representation of color #7D8208: hue angle of 62.46º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7D8208 is Cyan = 0.04, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.49.

Color convert

RGB1251308-
CMYK0.0400.940.49
HSL62.46º88.41%27.06%-
HSV(B)62.46º93.85%50.98%-
XYZ16.4820.343.29-
YUV114.667.84135.42-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 47.53%
GREEN value IS 130 (51.17% from 255) = 49.43%
BLUE value IS 8 (3.52% from 255) = 3.04%
R=47.53%
G=49.43%
B=3.04%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12513080.0400.940.4962.4688.4127.06
Hex7D828405E313e581b
Octal1752021040136617613033
Binary111110110000010100010001011110110001111110101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D8208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,130,8); }

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

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

 a { background-color: rgb(125,130,8); }

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

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

 span { border-color: rgb(125,130,8); }

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