Html Css Color HEX #5F881A Olive Drab

📋 copy color: '#5F881A'

red 95 ◦ green 136 ◦ blue 26

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

Shades of Olive Drab #5F881A

Tints of Olive Drab #5F881A

RGB

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

 GREEN value IS 136 (53.52% from 255) = 52.92%

 BLUE value IS 26 (10.55% from 255) = 10.12%

R = 36.96%
G = 52.92%
B = 10.12%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.81

 K value IS 0.47

RGB Variations

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

Color information

#5F881A (or 0x5F881A) is known color: Olive Drab. HEX triplet: 5F, 88 and 1A. RGB value is (95,136,26). Sum of RGB (Red+Green+Blue) = 95+136+26=257 (34% of max value = 765). Red value is 95 (37.5% from 255 or 36.96% from 257); Green value is 136 (53.52% from 255 or 52.92% from 257); Blue value is 26 (10.55% from 255 or 10.12% from 257); Max value from RGB is 136 - color contains mainly: green. Hex color #5F881A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5F881A is #A077E5. Grayscale: #6F6F6F. Windows color (decimal): -10516454 or 1738847. OLE color: 1738847.

HSL color Cylindrical-coordinate representation of color #5F881A: hue angle of 82.36º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5F881A is Cyan = 0.30, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.47.

Color convert

RGB 95 136 26 -
CMYK 0.30 0 0.81 0.47
HSL 82.36º 0.68% 0.32% -
HSV(B) 82.36º 0.81% 0.53% -
XYZ 13.71 20.12 4.14 -
YUV 111.2 79.92 116.44 -
System Red Green Blue C M Y K H S L
Decimal 95 136 26 0.30 0 0.81 0.47 82.36 0.68 0.32
Hex 5F 88 1A 1E 0 51 2F 52 44 20
Octal 137 210 32 36 0 121 57 122 104 40
Binary 1011111 10001000 11010 11110 0 1010001 101111 1010010 1000100 100000

Color Harmonies of #5F881A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F881A

Black with #5F881A

Text Example


Text Example

White with #5F881A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,136,26); }

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

background-color css

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

 a { background-color: rgb(95,136,26); }

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

border-color css

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

 span { border-color: rgb(95,136,26); }

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