Html Css Color HEX #568110 Olive Drab

📋 copy color: '#568110'

red 86 ◦ green 129 ◦ blue 16

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

Shades of Olive Drab #568110

Tints of Olive Drab #568110

RGB

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

 GREEN value IS 129 (50.78% from 255) = 55.84%

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

R = 37.23%
G = 55.84%
B = 6.93%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.88

 K value IS 0.49

RGB Variations

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

Color information

#568110 (or 0x568110) is known color: Olive Drab. HEX triplet: 56, 81 and 10. RGB value is (86,129,16). Sum of RGB (Red+Green+Blue) = 86+129+16=231 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.23% from 231); Green value is 129 (50.78% from 255 or 55.84% from 231); Blue value is 16 (6.64% from 255 or 6.93% from 231); Max value from RGB is 129 - color contains mainly: green. Hex color #568110 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #568110 is #A97EEF. Grayscale: #676767. Windows color (decimal): -11108080 or 1081686. OLE color: 1081686.

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

Color convert

RGB 86 129 16 -
CMYK 0.33 0 0.88 0.49
HSL 82.83º 0.78% 0.28% -
HSV(B) 82.83º 0.88% 0.51% -
XYZ 11.78 17.72 3.29 -
YUV 103.26 78.75 115.69 -
System Red Green Blue C M Y K H S L
Decimal 86 129 16 0.33 0 0.88 0.49 82.83 0.78 0.28
Hex 56 81 10 21 0 58 31 53 4E 1C
Octal 126 201 20 41 0 130 61 123 116 34
Binary 1010110 10000001 10000 100001 0 1011000 110001 1010011 1001110 11100

Color Harmonies of #568110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #568110

Black with #568110

Text Example


Text Example

White with #568110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #568110; }

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

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

background-color css

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

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

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

border-color css

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

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

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