#7D8B09

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

Shades of Olive #7D8B09

Tints of Olive #7D8B09

Color information

#7D8B09 (or 0x7D8B09) is unknown color: approx Olive. HEX triplet: 7D, 8B and 09. RGB value is (125,139,9). Sum of RGB (Red+Green+Blue) = 125+139+9=273 (36% of max value = 765). Red value is 125 (49.22% from 255 or 45.79% from 273); Green value is 139 (54.69% from 255 or 50.92% from 273); Blue value is 9 (3.91% from 255 or 3.30% from 273); Max value from RGB is 139 - color contains mainly: green. Hex color #7D8B09 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7D8B09 is #8274F6. Grayscale: #787878. Windows color (decimal): -8549623 or 625533. OLE color: 625533.

HSL color Cylindrical-coordinate representation of color #7D8B09: hue angle of 66.46º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7D8B09 is Cyan = 0.10, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.45.

Color convert

RGB1251399-
CMYK0.1000.940.45
HSL66.46º87.84%29.02%-
HSV(B)66.46º93.53%54.51%-
XYZ17.7422.843.73-
YUV119.9965.36131.57-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 45.79%
GREEN value IS 139 (54.69% from 255) = 50.92%
BLUE value IS 9 (3.91% from 255) = 3.30%
R=45.79%
G=50.92%
B=3.30%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal12513990.1000.940.4566.4687.8429.02
Hex7D8B9A05E2D42581d
Octal175213111201365510213035
Binary11111011000101110011010010111101011011000010101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D8B09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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