Html Css Color HEX #568210 Olive Drab

📋 copy color: '#568210'

red 86 ◦ green 130 ◦ blue 16

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

Shades of Olive Drab #568210

Tints of Olive Drab #568210

RGB

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

 GREEN value IS 130 (51.17% from 255) = 56.03%

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

R = 37.07%
G = 56.03%
B = 6.9%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.88

 K value IS 0.49

RGB Variations

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

Color information

#568210 (or 0x568210) is known color: Olive Drab. HEX triplet: 56, 82 and 10. RGB value is (86,130,16). Sum of RGB (Red+Green+Blue) = 86+130+16=232 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.07% from 232); Green value is 130 (51.17% from 255 or 56.03% from 232); Blue value is 16 (6.64% from 255 or 6.90% from 232); Max value from RGB is 130 - color contains mainly: green. Hex color #568210 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #568210 is #A97DEF. Grayscale: #686868. Windows color (decimal): -11107824 or 1081942. OLE color: 1081942.

HSL color Cylindrical-coordinate representation of color #568210: hue angle of 83.16º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #568210 is Cyan = 0.34, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.49.

Color convert

RGB 86 130 16 -
CMYK 0.34 0 0.88 0.49
HSL 83.16º 0.78% 0.29% -
HSV(B) 83.16º 0.88% 0.51% -
XYZ 11.91 17.98 3.33 -
YUV 103.85 78.42 115.27 -
System Red Green Blue C M Y K H S L
Decimal 86 130 16 0.34 0 0.88 0.49 83.16 0.78 0.29
Hex 56 82 10 22 0 58 31 53 4E 1D
Octal 126 202 20 42 0 130 61 123 116 35
Binary 1010110 10000010 10000 100010 0 1011000 110001 1010011 1001110 11101

Color Harmonies of #568210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #568210

Black with #568210

Text Example


Text Example

White with #568210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #568210; }

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

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

background-color css

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

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

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

border-color css

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

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

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