Html Css Color HEX #578012 Olive Drab

📋 copy color: '#578012'

red 87 ◦ green 128 ◦ blue 18

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

Shades of Olive Drab #578012

Tints of Olive Drab #578012

RGB

 RED value IS 87 (34.38% from 255) = 37.34%

 GREEN value IS 128 (50.39% from 255) = 54.94%

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

R = 37.34%
G = 54.94%
B = 7.73%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.86

 K value IS 0.50

RGB Variations

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

Color information

#578012 (or 0x578012) is known color: Olive Drab. HEX triplet: 57, 80 and 12. RGB value is (87,128,18). Sum of RGB (Red+Green+Blue) = 87+128+18=233 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.34% from 233); Green value is 128 (50.39% from 255 or 54.94% from 233); Blue value is 18 (7.42% from 255 or 7.73% from 233); Max value from RGB is 128 - color contains mainly: green. Hex color #578012 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #578012 is #A87FED. Grayscale: #676767. Windows color (decimal): -11042798 or 1212503. OLE color: 1212503.

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

Color convert

RGB 87 128 18 -
CMYK 0.32 0 0.86 0.50
HSL 82.36º 0.75% 0.29% -
HSV(B) 82.36º 0.86% 0.5% -
XYZ 11.76 17.51 3.33 -
YUV 103.2 79.92 116.44 -
System Red Green Blue C M Y K H S L
Decimal 87 128 18 0.32 0 0.86 0.50 82.36 0.75 0.29
Hex 57 80 12 20 0 56 32 52 4B 1D
Octal 127 200 22 40 0 126 62 122 113 35
Binary 1010111 10000000 10010 100000 0 1010110 110010 1010010 1001011 11101

Color Harmonies of #578012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #578012

Black with #578012

Text Example


Text Example

White with #578012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #578012; }

 p { color: rgb(87,128,18); }

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

background-color css

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

 a { background-color: rgb(87,128,18); }

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

border-color css

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

 span { border-color: rgb(87,128,18); }

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