#8D8007

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

Shades of Olive #8D8007

Tints of Olive #8D8007

Color information

#8D8007 (or 0x8D8007) is unknown color: approx Olive. HEX triplet: 8D, 80 and 07. RGB value is (141,128,7). Sum of RGB (Red+Green+Blue) = 141+128+7=276 (36% of max value = 765). Red value is 141 (55.47% from 255 or 51.09% from 276); Green value is 128 (50.39% from 255 or 46.38% from 276); Blue value is 7 (3.12% from 255 or 2.54% from 276); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8007 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8D8007 is #727FF8. Grayscale: #767676. Windows color (decimal): -7503865 or 491661. OLE color: 491661.

HSL color Cylindrical-coordinate representation of color #8D8007: hue angle of 54.18º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8D8007 is Cyan = 0, Magento = 0.09, Yellow = 0.95 and Black (K on CMYK) = 0.45.

Color convert

RGB1411287-
CMYK00.090.950.45
HSL54.18º90.54%29.02%-
HSV(B)54.18º95.04%55.29%-
XYZ18.7421.123.29-
YUV118.0965.31144.34-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 51.09%
GREEN value IS 128 (50.39% from 255) = 46.38%
BLUE value IS 7 (3.12% from 255) = 2.54%
R=51.09%
G=46.38%
B=2.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.95
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141128700.090.950.4554.1890.5429.02
Hex8D807095F2D365b1d
Octal2152007011137556613335
Binary1000110110000000111010011011111101101110110101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D8007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8D8007; }

 p { color: rgb(141,128,7); }

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

<style>
 a { background-color: #8D8007; }

 a { background-color: rgb(141,128,7); }

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

<style>
 span { border-color: #8D8007; }

 span { border-color: rgb(141,128,7); }

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