#7D8E09

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

Shades of Olive #7D8E09

Tints of Olive #7D8E09

Color information

#7D8E09 (or 0x7D8E09) is unknown color: approx Olive. HEX triplet: 7D, 8E and 09. RGB value is (125,142,9). Sum of RGB (Red+Green+Blue) = 125+142+9=276 (36% of max value = 765). Red value is 125 (49.22% from 255 or 45.29% from 276); Green value is 142 (55.86% from 255 or 51.45% from 276); Blue value is 9 (3.91% from 255 or 3.26% from 276); Max value from RGB is 142 - color contains mainly: green. Hex color #7D8E09 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7D8E09 is #8271F6. Grayscale: #7A7A7A. Windows color (decimal): -8548855 or 626301. OLE color: 626301.

HSL color Cylindrical-coordinate representation of color #7D8E09: hue angle of 67.67º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7D8E09 is Cyan = 0.12, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.44.

Color convert

RGB1251429-
CMYK0.1200.940.44
HSL67.67º88.08%29.61%-
HSV(B)67.67º93.66%55.69%-
XYZ18.1823.733.88-
YUV121.7664.37130.31-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 45.29%
GREEN value IS 142 (55.86% from 255) = 51.45%
BLUE value IS 9 (3.91% from 255) = 3.26%
R=45.29%
G=51.45%
B=3.26%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal12514290.1200.940.4467.6788.0829.61
Hex7D8E9C05E2C44581e
Octal175216111401365410413036
Binary11111011000111010011100010111101011001000100101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D8E09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,142,9); }

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

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

 a { background-color: rgb(125,142,9); }

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

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

 span { border-color: rgb(125,142,9); }

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