Html Css Color HEX #8D8309 Olive

📋 copy color: '#8D8309'

red 141 ◦ green 131 ◦ blue 9

#8D8309
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive #8D8309

Tints of Olive #8D8309

RGB

 RED value IS 141 (55.47% from 255) = 50.18%

 GREEN value IS 131 (51.56% from 255) = 46.62%

 BLUE value IS 9 (3.91% from 255) = 3.2%

R = 50.18%
G = 46.62%
B = 3.2%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.94

 K value IS 0.45

RGB Variations

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

Color information

#8D8309 (or 0x8D8309) is known color: Olive. HEX triplet: 8D, 83 and 09. RGB value is (141,131,9). Sum of RGB (Red+Green+Blue) = 141+131+9=281 (37% of max value = 765). Red value is 141 (55.47% from 255 or 50.18% from 281); Green value is 131 (51.56% from 255 or 46.62% from 281); Blue value is 9 (3.91% from 255 or 3.20% from 281); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8309 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8D8309 is #727CF6. Grayscale: #787878. Windows color (decimal): -7503095 or 623501. OLE color: 623501.

HSL color Cylindrical-coordinate representation of color #8D8309: hue angle of 55.45º 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 #8D8309 is Cyan = 0, Magento = 0.07, Yellow = 0.94 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 131 9 -
CMYK 0 0.07 0.94 0.45
HSL 55.45º 0.88% 0.29% -
HSV(B) 55.45º 0.94% 0.55% -
XYZ 19.15 21.92 3.48 -
YUV 120.08 65.31 142.92 -
System Red Green Blue C M Y K H S L
Decimal 141 131 9 0 0.07 0.94 0.45 55.45 0.88 0.29
Hex 8D 83 9 0 7 5E 2D 37 58 1D
Octal 215 203 11 0 7 136 55 67 130 35
Binary 10001101 10000011 1001 0 111 1011110 101101 110111 1011000 11101

Color Harmonies of #8D8309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D8309

Black with #8D8309

Text Example


Text Example

White with #8D8309

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8D8309;
 }
 .AnyTagClassName
 {
   color: #8D8309;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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