Html Css Color HEX #568010 Olive Drab

📋 copy color: '#568010'

red 86 ◦ green 128 ◦ blue 16

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

Shades of Olive Drab #568010

Tints of Olive Drab #568010

RGB

 RED value IS 86 (33.98% from 255) = 37.39%

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

 BLUE value IS 16 (6.64% from 255) = 6.96%

R = 37.39%
G = 55.65%
B = 6.96%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.88

 K value IS 0.50

RGB Variations

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

Color information

#568010 (or 0x568010) is known color: Olive Drab. HEX triplet: 56, 80 and 10. RGB value is (86,128,16). Sum of RGB (Red+Green+Blue) = 86+128+16=230 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.39% from 230); Green value is 128 (50.39% from 255 or 55.65% from 230); Blue value is 16 (6.64% from 255 or 6.96% from 230); Max value from RGB is 128 - color contains mainly: green. Hex color #568010 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #568010 is #A97FEF. Grayscale: #676767. Windows color (decimal): -11108336 or 1081430. OLE color: 1081430.

HSL color Cylindrical-coordinate representation of color #568010: hue angle of 82.5º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #568010 is Cyan = 0.33, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.50.

Color convert

RGB 86 128 16 -
CMYK 0.33 0 0.88 0.50
HSL 82.5º 0.78% 0.28% -
HSV(B) 82.5º 0.88% 0.5% -
XYZ 11.65 17.45 3.25 -
YUV 102.67 79.09 116.11 -
System Red Green Blue C M Y K H S L
Decimal 86 128 16 0.33 0 0.88 0.50 82.5 0.78 0.28
Hex 56 80 10 21 0 58 32 52 4E 1C
Octal 126 200 20 41 0 130 62 122 116 34
Binary 1010110 10000000 10000 100001 0 1011000 110010 1010010 1001110 11100

Color Harmonies of #568010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #568010

Black with #568010

Text Example


Text Example

White with #568010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #568010; }

 p { color: rgb(86,128,16); }

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

background-color css

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

 a { background-color: rgb(86,128,16); }

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

border-color css

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

 span { border-color: rgb(86,128,16); }

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