Html Css Color HEX #5F960A Olive Drab

📋 copy color: '#5F960A'

red 95 ◦ green 150 ◦ blue 10

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

Shades of Olive Drab #5F960A

Tints of Olive Drab #5F960A

RGB

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

 GREEN value IS 150 (58.98% from 255) = 58.82%

 BLUE value IS 10 (4.3% from 255) = 3.92%

R = 37.25%
G = 58.82%
B = 3.92%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.93

 K value IS 0.41

RGB Variations

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

Color information

#5F960A (or 0x5F960A) is known color: Olive Drab. HEX triplet: 5F, 96 and 0A. RGB value is (95,150,10). Sum of RGB (Red+Green+Blue) = 95+150+10=255 (33% of max value = 765). Red value is 95 (37.5% from 255 or 37.25% from 255); Green value is 150 (58.98% from 255 or 58.82% from 255); Blue value is 10 (4.30% from 255 or 3.92% from 255); Max value from RGB is 150 - color contains mainly: green. Hex color #5F960A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5F960A is #A069F5. Grayscale: #767676. Windows color (decimal): -10512886 or 693855. OLE color: 693855.

HSL color Cylindrical-coordinate representation of color #5F960A: hue angle of 83.57º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5F960A is Cyan = 0.37, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.41.

Color convert

RGB 95 150 10 -
CMYK 0.37 0 0.93 0.41
HSL 83.57º 0.88% 0.31% -
HSV(B) 83.57º 0.93% 0.59% -
XYZ 15.68 24.27 4.14 -
YUV 117.6 67.28 111.88 -
System Red Green Blue C M Y K H S L
Decimal 95 150 10 0.37 0 0.93 0.41 83.57 0.88 0.31
Hex 5F 96 A 25 0 5D 29 54 58 1F
Octal 137 226 12 45 0 135 51 124 130 37
Binary 1011111 10010110 1010 100101 0 1011101 101001 1010100 1011000 11111

Color Harmonies of #5F960A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F960A

Black with #5F960A

Text Example


Text Example

White with #5F960A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,150,10); }

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

background-color css

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

 a { background-color: rgb(95,150,10); }

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

border-color css

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

 span { border-color: rgb(95,150,10); }

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