#568700

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

Shades of Olive Drab #568700

Tints of Olive Drab #568700

Color information

#568700 (or 0x568700) is unknown color: approx Olive Drab. HEX triplet: 56, 87 and 00. RGB value is (86,135,0). Sum of RGB (Red+Green+Blue) = 86+135+0=221 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.91% from 221); Green value is 135 (53.12% from 255 or 61.09% from 221); Blue value is 0 (0.39% from 255 or 0% from 221); Max value from RGB is 135 - color contains mainly: green. Hex color #568700 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #568700 is #A978FF. Grayscale: #696969. Windows color (decimal): -11106560 or 34646. OLE color: 34646.

HSL color Cylindrical-coordinate representation of color #568700: hue angle of 81.78º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #568700 is Cyan = 0.36, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.47.

Color convert

RGB861350-
CMYK0.36010.47
HSL81.78º100%26.47%-
HSV(B)81.78º100%52.94%-
XYZ12.519.313.07-
YUV104.9668.77114.48-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 38.91%
GREEN value IS 135 (53.12% from 255) = 61.09%
BLUE value IS 0 (0.39% from 255) = 0%
R=38.91%
G=61.09%
B=0%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal8613500.36010.4781.7810026.47
Hex56870240642F52641a
Octal12620704401445712214432
Binary1010110100001110100100011001001011111010010110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #568700; }

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

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

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

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

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

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

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

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