Html Css Color HEX #5D8E09 Olive Drab

📋 copy color: '#5D8E09'

red 93 ◦ green 142 ◦ blue 9

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

Shades of Olive Drab #5D8E09

Tints of Olive Drab #5D8E09

RGB

 RED value IS 93 (36.72% from 255) = 38.11%

 GREEN value IS 142 (55.86% from 255) = 58.2%

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

R = 38.11%
G = 58.2%
B = 3.69%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.94

 K value IS 0.44

RGB Variations

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

Color information

#5D8E09 (or 0x5D8E09) is known color: Olive Drab. HEX triplet: 5D, 8E and 09. RGB value is (93,142,9). Sum of RGB (Red+Green+Blue) = 93+142+9=244 (32% of max value = 765). Red value is 93 (36.72% from 255 or 38.11% from 244); Green value is 142 (55.86% from 255 or 58.20% from 244); Blue value is 9 (3.91% from 255 or 3.69% from 244); Max value from RGB is 142 - color contains mainly: green. Hex color #5D8E09 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5D8E09 is #A271F6. Grayscale: #707070. Windows color (decimal): -10646007 or 626269. OLE color: 626269.

HSL color Cylindrical-coordinate representation of color #5D8E09: hue angle of 82.11º 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 #5D8E09 is Cyan = 0.35, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.44.

Color convert

RGB 93 142 9 -
CMYK 0.35 0 0.94 0.44
HSL 82.11º 0.88% 0.3% -
HSV(B) 82.11º 0.94% 0.56% -
XYZ 14.24 21.69 3.7 -
YUV 112.19 69.77 114.31 -
System Red Green Blue C M Y K H S L
Decimal 93 142 9 0.35 0 0.94 0.44 82.11 0.88 0.3
Hex 5D 8E 9 23 0 5E 2C 52 58 1E
Octal 135 216 11 43 0 136 54 122 130 36
Binary 1011101 10001110 1001 100011 0 1011110 101100 1010010 1011000 11110

Color Harmonies of #5D8E09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D8E09

Black with #5D8E09

Text Example


Text Example

White with #5D8E09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5D8E09;
 }
 .AnyTagClassName
 {
   color: #5D8E09;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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