Html Css Color HEX #578014 Olive Drab

📋 copy color: '#578014'

red 87 ◦ green 128 ◦ blue 20

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

Shades of Olive Drab #578014

Tints of Olive Drab #578014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.51%

R = 37.02%
G = 54.47%
B = 8.51%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.84

 K value IS 0.50

RGB Variations

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

Color information

#578014 (or 0x578014) is known color: Olive Drab. HEX triplet: 57, 80 and 14. RGB value is (87,128,20). Sum of RGB (Red+Green+Blue) = 87+128+20=235 (31% of max value = 765). Red value is 87 (34.38% from 255 or 37.02% from 235); Green value is 128 (50.39% from 255 or 54.47% from 235); Blue value is 20 (8.20% from 255 or 8.51% from 235); Max value from RGB is 128 - color contains mainly: green. Hex color #578014 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #578014 is #A87FEB. Grayscale: #676767. Windows color (decimal): -11042796 or 1343575. OLE color: 1343575.

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

Color convert

RGB 87 128 20 -
CMYK 0.32 0 0.84 0.50
HSL 82.78º 0.73% 0.29% -
HSV(B) 82.78º 0.84% 0.5% -
XYZ 11.78 17.52 3.42 -
YUV 103.43 80.92 116.28 -
System Red Green Blue C M Y K H S L
Decimal 87 128 20 0.32 0 0.84 0.50 82.78 0.73 0.29
Hex 57 80 14 20 0 54 32 53 49 1D
Octal 127 200 24 40 0 124 62 123 111 35
Binary 1010111 10000000 10100 100000 0 1010100 110010 1010011 1001001 11101

Color Harmonies of #578014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #578014

Black with #578014

Text Example


Text Example

White with #578014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #578014; }

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

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

background-color css

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

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

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

border-color css

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

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

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