Html Css Color HEX #5B8D08 Olive Drab

📋 copy color: '#5B8D08'

red 91 ◦ green 141 ◦ blue 8

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

Shades of Olive Drab #5B8D08

Tints of Olive Drab #5B8D08

RGB

 RED value IS 91 (35.94% from 255) = 37.92%

 GREEN value IS 141 (55.47% from 255) = 58.75%

 BLUE value IS 8 (3.52% from 255) = 3.33%

R = 37.92%
G = 58.75%
B = 3.33%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.94

 K value IS 0.45

RGB Variations

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

Color information

#5B8D08 (or 0x5B8D08) is known color: Olive Drab. HEX triplet: 5B, 8D and 08. RGB value is (91,141,8). Sum of RGB (Red+Green+Blue) = 91+141+8=240 (31% of max value = 765). Red value is 91 (35.94% from 255 or 37.92% from 240); Green value is 141 (55.47% from 255 or 58.75% from 240); Blue value is 8 (3.52% from 255 or 3.33% from 240); Max value from RGB is 141 - color contains mainly: green. Hex color #5B8D08 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5B8D08 is #A472F7. Grayscale: #6F6F6F. Windows color (decimal): -10777336 or 560475. OLE color: 560475.

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

Color convert

RGB 91 141 8 -
CMYK 0.35 0 0.94 0.45
HSL 82.56º 0.89% 0.29% -
HSV(B) 82.56º 0.94% 0.55% -
XYZ 13.88 21.29 3.61 -
YUV 110.89 69.94 113.81 -
System Red Green Blue C M Y K H S L
Decimal 91 141 8 0.35 0 0.94 0.45 82.56 0.89 0.29
Hex 5B 8D 8 23 0 5E 2D 53 59 1D
Octal 133 215 10 43 0 136 55 123 131 35
Binary 1011011 10001101 1000 100011 0 1011110 101101 1010011 1011001 11101

Color Harmonies of #5B8D08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B8D08

Black with #5B8D08

Text Example


Text Example

White with #5B8D08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,141,8); }

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

background-color css

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

 a { background-color: rgb(91,141,8); }

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

border-color css

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

 span { border-color: rgb(91,141,8); }

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