Html Css Color HEX #5F821D Olive Drab

📋 copy color: '#5F821D'

red 95 ◦ green 130 ◦ blue 29

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

Shades of Olive Drab #5F821D

Tints of Olive Drab #5F821D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 51.18%

 BLUE value IS 29 (11.72% from 255) = 11.42%

R = 37.4%
G = 51.18%
B = 11.42%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.78

 K value IS 0.49

RGB Variations

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

Color information

#5F821D (or 0x5F821D) is known color: Olive Drab. HEX triplet: 5F, 82 and 1D. RGB value is (95,130,29). Sum of RGB (Red+Green+Blue) = 95+130+29=254 (33% of max value = 765). Red value is 95 (37.5% from 255 or 37.40% from 254); Green value is 130 (51.17% from 255 or 51.18% from 254); Blue value is 29 (11.72% from 255 or 11.42% from 254); Max value from RGB is 130 - color contains mainly: green. Hex color #5F821D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5F821D is #A07DE2. Grayscale: #6C6C6C. Windows color (decimal): -10517987 or 1933919. OLE color: 1933919.

HSL color Cylindrical-coordinate representation of color #5F821D: hue angle of 80.79º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5F821D is Cyan = 0.27, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.49.

Color convert

RGB 95 130 29 -
CMYK 0.27 0 0.78 0.49
HSL 80.79º 0.64% 0.31% -
HSV(B) 80.79º 0.78% 0.51% -
XYZ 12.92 18.49 4.05 -
YUV 108.02 83.4 118.71 -
System Red Green Blue C M Y K H S L
Decimal 95 130 29 0.27 0 0.78 0.49 80.79 0.64 0.31
Hex 5F 82 1D 1B 0 4E 31 51 40 1F
Octal 137 202 35 33 0 116 61 121 100 37
Binary 1011111 10000010 11101 11011 0 1001110 110001 1010001 1000000 11111

Color Harmonies of #5F821D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F821D

Black with #5F821D

Text Example


Text Example

White with #5F821D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,130,29); }

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

background-color css

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

 a { background-color: rgb(95,130,29); }

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

border-color css

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

 span { border-color: rgb(95,130,29); }

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