Html Css Color HEX #5F821E Olive Drab

📋 copy color: '#5F821E'

red 95 ◦ green 130 ◦ blue 30

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

Shades of Olive Drab #5F821E

Tints of Olive Drab #5F821E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 11.76%

R = 37.25%
G = 50.98%
B = 11.76%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.77

 K value IS 0.49

RGB Variations

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

Color information

#5F821E (or 0x5F821E) is known color: Olive Drab. HEX triplet: 5F, 82 and 1E. RGB value is (95,130,30). Sum of RGB (Red+Green+Blue) = 95+130+30=255 (33% of max value = 765). Red value is 95 (37.5% from 255 or 37.25% from 255); Green value is 130 (51.17% from 255 or 50.98% from 255); Blue value is 30 (12.11% from 255 or 11.76% from 255); Max value from RGB is 130 - color contains mainly: green. Hex color #5F821E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5F821E is #A07DE1. Grayscale: #6C6C6C. Windows color (decimal): -10517986 or 1999455. OLE color: 1999455.

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

Color convert

RGB 95 130 30 -
CMYK 0.27 0 0.77 0.49
HSL 81º 0.63% 0.31% -
HSV(B) 81º 0.77% 0.51% -
XYZ 12.94 18.49 4.12 -
YUV 108.14 83.9 118.63 -
System Red Green Blue C M Y K H S L
Decimal 95 130 30 0.27 0 0.77 0.49 81 0.63 0.31
Hex 5F 82 1E 1B 0 4D 31 51 3E 1F
Octal 137 202 36 33 0 115 61 121 76 37
Binary 1011111 10000010 11110 11011 0 1001101 110001 1010001 111110 11111

Color Harmonies of #5F821E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F821E

Black with #5F821E

Text Example


Text Example

White with #5F821E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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