Html Css Color HEX #5F970C Olive Drab

📋 copy color: '#5F970C'

red 95 ◦ green 151 ◦ blue 12

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

Shades of Olive Drab #5F970C

Tints of Olive Drab #5F970C

RGB

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

 GREEN value IS 151 (59.38% from 255) = 58.53%

 BLUE value IS 12 (5.08% from 255) = 4.65%

R = 36.82%
G = 58.53%
B = 4.65%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.92

 K value IS 0.41

RGB Variations

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

Color information

#5F970C (or 0x5F970C) is known color: Olive Drab. HEX triplet: 5F, 97 and 0C. RGB value is (95,151,12). Sum of RGB (Red+Green+Blue) = 95+151+12=258 (34% of max value = 765). Red value is 95 (37.5% from 255 or 36.82% from 258); Green value is 151 (59.38% from 255 or 58.53% from 258); Blue value is 12 (5.08% from 255 or 4.65% from 258); Max value from RGB is 151 - color contains mainly: green. Hex color #5F970C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5F970C is #A068F3. Grayscale: #767676. Windows color (decimal): -10512628 or 825183. OLE color: 825183.

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

Color convert

RGB 95 151 12 -
CMYK 0.37 0 0.92 0.41
HSL 84.17º 0.85% 0.32% -
HSV(B) 84.17º 0.92% 0.59% -
XYZ 15.85 24.59 4.26 -
YUV 118.41 67.95 111.3 -
System Red Green Blue C M Y K H S L
Decimal 95 151 12 0.37 0 0.92 0.41 84.17 0.85 0.32
Hex 5F 97 C 25 0 5C 29 54 55 20
Octal 137 227 14 45 0 134 51 124 125 40
Binary 1011111 10010111 1100 100101 0 1011100 101001 1010100 1010101 100000

Color Harmonies of #5F970C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F970C

Black with #5F970C

Text Example


Text Example

White with #5F970C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,151,12); }

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

background-color css

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

 a { background-color: rgb(95,151,12); }

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

border-color css

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

 span { border-color: rgb(95,151,12); }

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