Html Css Color HEX #5F8115 Olive Drab

📋 copy color: '#5F8115'

red 95 ◦ green 129 ◦ blue 21

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

Shades of Olive Drab #5F8115

Tints of Olive Drab #5F8115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 8.57%

R = 38.78%
G = 52.65%
B = 8.57%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.84

 K value IS 0.49

RGB Variations

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

Color information

#5F8115 (or 0x5F8115) is known color: Olive Drab. HEX triplet: 5F, 81 and 15. RGB value is (95,129,21). Sum of RGB (Red+Green+Blue) = 95+129+21=245 (32% of max value = 765). Red value is 95 (37.5% from 255 or 38.78% from 245); Green value is 129 (50.78% from 255 or 52.65% from 245); Blue value is 21 (8.59% from 255 or 8.57% from 245); Max value from RGB is 129 - color contains mainly: green. Hex color #5F8115 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5F8115 is #A07EEA. Grayscale: #6A6A6A. Windows color (decimal): -10518251 or 1409375. OLE color: 1409375.

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

Color convert

RGB 95 129 21 -
CMYK 0.26 0 0.84 0.49
HSL 78.89º 0.72% 0.29% -
HSV(B) 78.89º 0.84% 0.51% -
XYZ 12.7 18.19 3.55 -
YUV 106.52 79.74 119.78 -
System Red Green Blue C M Y K H S L
Decimal 95 129 21 0.26 0 0.84 0.49 78.89 0.72 0.29
Hex 5F 81 15 1A 0 54 31 4F 48 1D
Octal 137 201 25 32 0 124 61 117 110 35
Binary 1011111 10000001 10101 11010 0 1010100 110001 1001111 1001000 11101

Color Harmonies of #5F8115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F8115

Black with #5F8115

Text Example


Text Example

White with #5F8115

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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