Html Css Color HEX #5B810F Olive Drab

📋 copy color: '#5B810F'

red 91 ◦ green 129 ◦ blue 15

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

Shades of Olive Drab #5B810F

Tints of Olive Drab #5B810F

RGB

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

 GREEN value IS 129 (50.78% from 255) = 54.89%

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

R = 38.72%
G = 54.89%
B = 6.38%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.88

 K value IS 0.49

RGB Variations

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

Color information

#5B810F (or 0x5B810F) is known color: Olive Drab. HEX triplet: 5B, 81 and 0F. RGB value is (91,129,15). Sum of RGB (Red+Green+Blue) = 91+129+15=235 (31% of max value = 765). Red value is 91 (35.94% from 255 or 38.72% from 235); Green value is 129 (50.78% from 255 or 54.89% from 235); Blue value is 15 (6.25% from 255 or 6.38% from 235); Max value from RGB is 129 - color contains mainly: green. Hex color #5B810F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5B810F is #A47EF0. Grayscale: #696969. Windows color (decimal): -10780401 or 1016155. OLE color: 1016155.

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

Color convert

RGB 91 129 15 -
CMYK 0.29 0 0.88 0.49
HSL 80º 0.79% 0.28% -
HSV(B) 80º 0.88% 0.51% -
XYZ 12.25 17.96 3.27 -
YUV 104.64 77.41 118.27 -
System Red Green Blue C M Y K H S L
Decimal 91 129 15 0.29 0 0.88 0.49 80 0.79 0.28
Hex 5B 81 F 1D 0 58 31 50 4F 1C
Octal 133 201 17 35 0 130 61 120 117 34
Binary 1011011 10000001 1111 11101 0 1011000 110001 1010000 1001111 11100

Color Harmonies of #5B810F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B810F

Black with #5B810F

Text Example


Text Example

White with #5B810F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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