#8D8302

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

Shades of Olive #8D8302

Tints of Olive #8D8302

Color information

#8D8302 (or 0x8D8302) is unknown color: approx Olive. HEX triplet: 8D, 83 and 02. RGB value is (141,131,2). Sum of RGB (Red+Green+Blue) = 141+131+2=274 (36% of max value = 765). Red value is 141 (55.47% from 255 or 51.46% from 274); Green value is 131 (51.56% from 255 or 47.81% from 274); Blue value is 2 (1.17% from 255 or 0.73% from 274); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8302 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8D8302 is #727CFD. Grayscale: #777777. Windows color (decimal): -7503102 or 164749. OLE color: 164749.

HSL color Cylindrical-coordinate representation of color #8D8302: hue angle of 55.68º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8D8302 is Cyan = 0, Magento = 0.07, Yellow = 0.99 and Black (K on CMYK) = 0.45.

Color convert

RGB1411312-
CMYK00.070.990.45
HSL55.68º97.2%28.04%-
HSV(B)55.68º98.58%55.29%-
XYZ19.1121.93.28-
YUV119.2861.81143.49-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 51.46%
GREEN value IS 131 (51.56% from 255) = 47.81%
BLUE value IS 2 (1.17% from 255) = 0.73%
R=51.46%
G=47.81%
B=0.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.99
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141131200.070.990.4555.6897.228.04
Hex8D83207632D38611c
Octal215203207143557014134
Binary10001101100000111001111100011101101111000110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D8302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,131,2); }

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

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

 a { background-color: rgb(141,131,2); }

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

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

 span { border-color: rgb(141,131,2); }

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