Html Css Color HEX #587F12 Olive Drab

📋 copy color: '#587F12'

red 88 ◦ green 127 ◦ blue 18

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

Shades of Olive Drab #587F12

Tints of Olive Drab #587F12

RGB

 RED value IS 88 (34.77% from 255) = 37.77%

 GREEN value IS 127 (50% from 255) = 54.51%

 BLUE value IS 18 (7.42% from 255) = 7.73%

R = 37.77%
G = 54.51%
B = 7.73%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.86

 K value IS 0.50

RGB Variations

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

Color information

#587F12 (or 0x587F12) is known color: Olive Drab. HEX triplet: 58, 7F and 12. RGB value is (88,127,18). Sum of RGB (Red+Green+Blue) = 88+127+18=233 (30% of max value = 765). Red value is 88 (34.77% from 255 or 37.77% from 233); Green value is 127 (50% from 255 or 54.51% from 233); Blue value is 18 (7.42% from 255 or 7.73% from 233); Max value from RGB is 127 - color contains mainly: green. Hex color #587F12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #587F12 is #A780ED. Grayscale: #676767. Windows color (decimal): -10977518 or 1212248. OLE color: 1212248.

HSL color Cylindrical-coordinate representation of color #587F12: hue angle of 81.47º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #587F12 is Cyan = 0.31, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.50.

Color convert

RGB 88 127 18 -
CMYK 0.31 0 0.86 0.50
HSL 81.47º 0.75% 0.28% -
HSV(B) 81.47º 0.86% 0.5% -
XYZ 11.72 17.3 3.29 -
YUV 102.91 80.08 117.36 -
System Red Green Blue C M Y K H S L
Decimal 88 127 18 0.31 0 0.86 0.50 81.47 0.75 0.28
Hex 58 7F 12 1F 0 56 32 51 4B 1C
Octal 130 177 22 37 0 126 62 121 113 34
Binary 1011000 1111111 10010 11111 0 1010110 110010 1010001 1001011 11100

Color Harmonies of #587F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #587F12

Black with #587F12

Text Example


Text Example

White with #587F12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #587F12; }

 p { color: rgb(88,127,18); }

 H1.HeaderClassName
 {
   color: #587F12;
 }
 .AnyTagClassName
 {
   color: #587F12;
 }
</style>

background-color css

<style>
 a { background-color: #587F12; }

 a { background-color: rgb(88,127,18); }

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

border-color css

<style>
 span { border-color: #587F12; }

 span { border-color: rgb(88,127,18); }

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