Html Css Color HEX #5F9101 Olive Drab

📋 copy color: '#5F9101'

red 95 ◦ green 145 ◦ blue 1

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

Shades of Olive Drab #5F9101

Tints of Olive Drab #5F9101

RGB

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

 GREEN value IS 145 (57.03% from 255) = 60.17%

 BLUE value IS 1 (0.78% from 255) = 0.41%

R = 39.42%
G = 60.17%
B = 0.41%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.99

 K value IS 0.43

RGB Variations

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

Color information

#5F9101 (or 0x5F9101) is known color: Olive Drab. HEX triplet: 5F, 91 and 01. RGB value is (95,145,1). Sum of RGB (Red+Green+Blue) = 95+145+1=241 (31% of max value = 765). Red value is 95 (37.5% from 255 or 39.42% from 241); Green value is 145 (57.03% from 255 or 60.17% from 241); Blue value is 1 (0.78% from 255 or 0.41% from 241); Max value from RGB is 145 - color contains mainly: green. Hex color #5F9101 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5F9101 is #A06EFE. Grayscale: #727272. Windows color (decimal): -10514175 or 102751. OLE color: 102751.

HSL color Cylindrical-coordinate representation of color #5F9101: hue angle of 80.83º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5F9101 is Cyan = 0.34, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.43.

Color convert

RGB 95 145 1 -
CMYK 0.34 0 0.99 0.43
HSL 80.83º 0.99% 0.29% -
HSV(B) 80.83º 0.99% 0.57% -
XYZ 14.85 22.69 3.62 -
YUV 113.63 64.44 114.71 -
System Red Green Blue C M Y K H S L
Decimal 95 145 1 0.34 0 0.99 0.43 80.83 0.99 0.29
Hex 5F 91 1 22 0 63 2B 51 63 1D
Octal 137 221 1 42 0 143 53 121 143 35
Binary 1011111 10010001 1 100010 0 1100011 101011 1010001 1100011 11101

Color Harmonies of #5F9101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F9101

Black with #5F9101

Text Example


Text Example

White with #5F9101

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,145,1); }

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

background-color css

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

 a { background-color: rgb(95,145,1); }

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

border-color css

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

 span { border-color: rgb(95,145,1); }

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