Html Css Color HEX #568205 Olive Drab

📋 copy color: '#568205'

red 86 ◦ green 130 ◦ blue 5

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

Shades of Olive Drab #568205

Tints of Olive Drab #568205

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.26%

R = 38.91%
G = 58.82%
B = 2.26%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.96

 K value IS 0.49

RGB Variations

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

Color information

#568205 (or 0x568205) is known color: Olive Drab. HEX triplet: 56, 82 and 05. RGB value is (86,130,5). Sum of RGB (Red+Green+Blue) = 86+130+5=221 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.91% from 221); Green value is 130 (51.17% from 255 or 58.82% from 221); Blue value is 5 (2.34% from 255 or 2.26% from 221); Max value from RGB is 130 - color contains mainly: green. Hex color #568205 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #568205 is #A97DFA. Grayscale: #676767. Windows color (decimal): -11107835 or 361046. OLE color: 361046.

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

Color convert

RGB 86 130 5 -
CMYK 0.34 0 0.96 0.49
HSL 81.12º 0.93% 0.26% -
HSV(B) 81.12º 0.96% 0.51% -
XYZ 11.85 17.95 2.98 -
YUV 102.59 72.92 116.16 -
System Red Green Blue C M Y K H S L
Decimal 86 130 5 0.34 0 0.96 0.49 81.12 0.93 0.26
Hex 56 82 5 22 0 60 31 51 5D 1A
Octal 126 202 5 42 0 140 61 121 135 32
Binary 1010110 10000010 101 100010 0 1100000 110001 1010001 1011101 11010

Color Harmonies of #568205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #568205

Black with #568205

Text Example


Text Example

White with #568205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #568205; }

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

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

background-color css

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

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

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

border-color css

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

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

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