#568200

Color #568200 Olive Drab (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Drab #568200

Tints of Olive Drab #568200

Color information

#568200 (or 0x568200) is unknown color: approx Olive Drab. HEX triplet: 56, 82 and 00. RGB value is (86,130,0). Sum of RGB (Red+Green+Blue) = 86+130+0=216 (28% of max value = 765). Red value is 86 (33.98% from 255 or 39.81% from 216); Green value is 130 (51.17% from 255 or 60.19% from 216); Blue value is 0 (0.39% from 255 or 0% from 216); Max value from RGB is 130 - color contains mainly: green. Hex color #568200 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #568200 is #A97DFF. Grayscale: #666666. Windows color (decimal): -11107840 or 33366. OLE color: 33366.

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

Color convert

RGB861300-
CMYK0.34010.49
HSL80.31º100%25.49%-
HSV(B)80.31º100%50.98%-
XYZ11.8217.942.84-
YUV102.0270.42116.57-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 39.81%
GREEN value IS 130 (51.17% from 255) = 60.19%
BLUE value IS 0 (0.39% from 255) = 0%
R=39.81%
G=60.19%
B=0%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal8613000.34010.4980.3110025.49
Hex568202206431506419
Octal12620204201446112014431
Binary1010110100000100100010011001001100011010000110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #568200; }

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

 H1.HeaderClassName
 {
   color: #568200;
 }
 .AnyTagClassName
 {
   color: #568200;
 }
</style>
background-color css

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

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

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

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

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

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