Html Css Color HEX #5F9214 Olive Drab

📋 copy color: '#5F9214'

red 95 ◦ green 146 ◦ blue 20

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

Shades of Olive Drab #5F9214

Tints of Olive Drab #5F9214

RGB

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

 GREEN value IS 146 (57.42% from 255) = 55.94%

 BLUE value IS 20 (8.2% from 255) = 7.66%

R = 36.4%
G = 55.94%
B = 7.66%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.86

 K value IS 0.43

RGB Variations

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

Color information

#5F9214 (or 0x5F9214) is known color: Olive Drab. HEX triplet: 5F, 92 and 14. RGB value is (95,146,20). Sum of RGB (Red+Green+Blue) = 95+146+20=261 (34% of max value = 765). Red value is 95 (37.5% from 255 or 36.40% from 261); Green value is 146 (57.42% from 255 or 55.94% from 261); Blue value is 20 (8.20% from 255 or 7.66% from 261); Max value from RGB is 146 - color contains mainly: green. Hex color #5F9214 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5F9214 is #A06DEB. Grayscale: #747474. Windows color (decimal): -10513900 or 1348191. OLE color: 1348191.

HSL color Cylindrical-coordinate representation of color #5F9214: hue angle of 84.29º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5F9214 is Cyan = 0.35, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.43.

Color convert

RGB 95 146 20 -
CMYK 0.35 0 0.86 0.43
HSL 84.29º 0.76% 0.33% -
HSV(B) 84.29º 0.86% 0.57% -
XYZ 15.12 23.04 4.31 -
YUV 116.39 73.6 112.75 -
System Red Green Blue C M Y K H S L
Decimal 95 146 20 0.35 0 0.86 0.43 84.29 0.76 0.33
Hex 5F 92 14 23 0 56 2B 54 4C 21
Octal 137 222 24 43 0 126 53 124 114 41
Binary 1011111 10010010 10100 100011 0 1010110 101011 1010100 1001100 100001

Color Harmonies of #5F9214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F9214

Black with #5F9214

Text Example


Text Example

White with #5F9214

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,146,20); }

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

background-color css

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

 a { background-color: rgb(95,146,20); }

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

border-color css

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

 span { border-color: rgb(95,146,20); }

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