Html Css Color HEX #5B800F Olive Drab

📋 copy color: '#5B800F'

red 91 ◦ green 128 ◦ blue 15

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

Shades of Olive Drab #5B800F

Tints of Olive Drab #5B800F

RGB

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

 GREEN value IS 128 (50.39% from 255) = 54.7%

 BLUE value IS 15 (6.25% from 255) = 6.41%

R = 38.89%
G = 54.7%
B = 6.41%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.88

 K value IS 0.50

RGB Variations

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

Color information

#5B800F (or 0x5B800F) is known color: Olive Drab. HEX triplet: 5B, 80 and 0F. RGB value is (91,128,15). Sum of RGB (Red+Green+Blue) = 91+128+15=234 (30% of max value = 765). Red value is 91 (35.94% from 255 or 38.89% from 234); Green value is 128 (50.39% from 255 or 54.70% from 234); Blue value is 15 (6.25% from 255 or 6.41% from 234); Max value from RGB is 128 - color contains mainly: green. Hex color #5B800F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5B800F is #A47FF0. Grayscale: #686868. Windows color (decimal): -10780657 or 1015899. OLE color: 1015899.

HSL color Cylindrical-coordinate representation of color #5B800F: hue angle of 79.65º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5B800F is Cyan = 0.29, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.50.

Color convert

RGB 91 128 15 -
CMYK 0.29 0 0.88 0.50
HSL 79.65º 0.79% 0.28% -
HSV(B) 79.65º 0.88% 0.5% -
XYZ 12.12 17.7 3.23 -
YUV 104.06 77.74 118.69 -
System Red Green Blue C M Y K H S L
Decimal 91 128 15 0.29 0 0.88 0.50 79.65 0.79 0.28
Hex 5B 80 F 1D 0 58 32 50 4F 1C
Octal 133 200 17 35 0 130 62 120 117 34
Binary 1011011 10000000 1111 11101 0 1011000 110010 1010000 1001111 11100

Color Harmonies of #5B800F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B800F

Black with #5B800F

Text Example


Text Example

White with #5B800F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,128,15); }

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

background-color css

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

 a { background-color: rgb(91,128,15); }

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

border-color css

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

 span { border-color: rgb(91,128,15); }

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