Html Css Color HEX #5B8800 Olive Drab

📋 copy color: '#5B8800'

red 91 ◦ green 136 ◦ blue 0

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

Shades of Olive Drab #5B8800

Tints of Olive Drab #5B8800

RGB

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

 GREEN value IS 136 (53.52% from 255) = 59.91%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 40.09%
G = 59.91%
B = 0%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 1

 K value IS 0.47

RGB Variations

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

Color information

#5B8800 (or 0x5B8800) is known color: Olive Drab. HEX triplet: 5B, 88 and 00. RGB value is (91,136,0). Sum of RGB (Red+Green+Blue) = 91+136+0=227 (30% of max value = 765). Red value is 91 (35.94% from 255 or 40.09% from 227); Green value is 136 (53.52% from 255 or 59.91% from 227); Blue value is 0 (0.39% from 255 or 0% from 227); Max value from RGB is 136 - color contains mainly: green. Hex color #5B8800 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5B8800 is #A477FF. Grayscale: #6B6B6B. Windows color (decimal): -10778624 or 34907. OLE color: 34907.

HSL color Cylindrical-coordinate representation of color #5B8800: hue angle of 79.85º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5B8800 is Cyan = 0.33, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.47.

Color convert

RGB 91 136 0 -
CMYK 0.33 0 1 0.47
HSL 79.85º 1% 0.27% -
HSV(B) 79.85º 1% 0.53% -
XYZ 13.12 19.83 3.14 -
YUV 107.04 67.59 116.56 -
System Red Green Blue C M Y K H S L
Decimal 91 136 0 0.33 0 1 0.47 79.85 1 0.27
Hex 5B 88 0 21 0 64 2F 50 64 1B
Octal 133 210 0 41 0 144 57 120 144 33
Binary 1011011 10001000 0 100001 0 1100100 101111 1010000 1100100 11011

Color Harmonies of #5B8800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B8800

Black with #5B8800

Text Example


Text Example

White with #5B8800

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,136,0); }

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

background-color css

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

 a { background-color: rgb(91,136,0); }

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

border-color css

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

 span { border-color: rgb(91,136,0); }

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