Html Css Color HEX #5F810F Olive Drab

📋 copy color: '#5F810F'

red 95 ◦ green 129 ◦ blue 15

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

Shades of Olive Drab #5F810F

Tints of Olive Drab #5F810F

RGB

 RED value IS 95 (37.5% from 255) = 39.75%

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

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

R = 39.75%
G = 53.97%
B = 6.28%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.88

 K value IS 0.49

RGB Variations

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

Color information

#5F810F (or 0x5F810F) is known color: Olive Drab. HEX triplet: 5F, 81 and 0F. RGB value is (95,129,15). Sum of RGB (Red+Green+Blue) = 95+129+15=239 (31% of max value = 765). Red value is 95 (37.5% from 255 or 39.75% from 239); Green value is 129 (50.78% from 255 or 53.97% from 239); Blue value is 15 (6.25% from 255 or 6.28% from 239); Max value from RGB is 129 - color contains mainly: green. Hex color #5F810F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5F810F is #A07EF0. Grayscale: #6A6A6A. Windows color (decimal): -10518257 or 1016159. OLE color: 1016159.

HSL color Cylindrical-coordinate representation of color #5F810F: hue angle of 77.89º 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 #5F810F is Cyan = 0.26, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.49.

Color convert

RGB 95 129 15 -
CMYK 0.26 0 0.88 0.49
HSL 77.89º 0.79% 0.28% -
HSV(B) 77.89º 0.88% 0.51% -
XYZ 12.66 18.17 3.29 -
YUV 105.84 76.74 120.27 -
System Red Green Blue C M Y K H S L
Decimal 95 129 15 0.26 0 0.88 0.49 77.89 0.79 0.28
Hex 5F 81 F 1A 0 58 31 4E 4F 1C
Octal 137 201 17 32 0 130 61 116 117 34
Binary 1011111 10000001 1111 11010 0 1011000 110001 1001110 1001111 11100

Color Harmonies of #5F810F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F810F

Black with #5F810F

Text Example


Text Example

White with #5F810F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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