Html Css Color HEX #5F8521 Olive Drab

📋 copy color: '#5F8521'

red 95 ◦ green 133 ◦ blue 33

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

Shades of Olive Drab #5F8521

Tints of Olive Drab #5F8521

RGB

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

 GREEN value IS 133 (52.34% from 255) = 50.96%

 BLUE value IS 33 (13.28% from 255) = 12.64%

R = 36.4%
G = 50.96%
B = 12.64%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.75

 K value IS 0.48

RGB Variations

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

Color information

#5F8521 (or 0x5F8521) is known color: Olive Drab. HEX triplet: 5F, 85 and 21. RGB value is (95,133,33). Sum of RGB (Red+Green+Blue) = 95+133+33=261 (34% of max value = 765). Red value is 95 (37.5% from 255 or 36.40% from 261); Green value is 133 (52.34% from 255 or 50.96% from 261); Blue value is 33 (13.28% from 255 or 12.64% from 261); Max value from RGB is 133 - color contains mainly: green. Hex color #5F8521 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5F8521 is #A07ADE. Grayscale: #6E6E6E. Windows color (decimal): -10517215 or 2196831. OLE color: 2196831.

HSL color Cylindrical-coordinate representation of color #5F8521: hue angle of 82.8º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5F8521 is Cyan = 0.29, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.48.

Color convert

RGB 95 133 33 -
CMYK 0.29 0 0.75 0.48
HSL 82.8º 0.6% 0.33% -
HSV(B) 82.8º 0.75% 0.52% -
XYZ 13.38 19.32 4.46 -
YUV 110.24 84.41 117.13 -
System Red Green Blue C M Y K H S L
Decimal 95 133 33 0.29 0 0.75 0.48 82.8 0.6 0.33
Hex 5F 85 21 1D 0 4B 30 53 3C 21
Octal 137 205 41 35 0 113 60 123 74 41
Binary 1011111 10000101 100001 11101 0 1001011 110000 1010011 111100 100001

Color Harmonies of #5F8521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F8521

Black with #5F8521

Text Example


Text Example

White with #5F8521

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,133,33); }

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

background-color css

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

 a { background-color: rgb(95,133,33); }

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

border-color css

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

 span { border-color: rgb(95,133,33); }

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