#568600

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

Shades of Olive Drab #568600

Tints of Olive Drab #568600

Color information

#568600 (or 0x568600) is unknown color: approx Olive Drab. HEX triplet: 56, 86 and 00. RGB value is (86,134,0). Sum of RGB (Red+Green+Blue) = 86+134+0=220 (29% of max value = 765). Red value is 86 (33.98% from 255 or 39.09% from 220); Green value is 134 (52.73% from 255 or 60.91% from 220); Blue value is 0 (0.39% from 255 or 0% from 220); Max value from RGB is 134 - color contains mainly: green. Hex color #568600 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #568600 is #A979FF. Grayscale: #686868. Windows color (decimal): -11106816 or 34390. OLE color: 34390.

HSL color Cylindrical-coordinate representation of color #568600: hue angle of 81.49º 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 #568600 is Cyan = 0.36, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.47.

Color convert

RGB861340-
CMYK0.36010.47
HSL81.49º100%26.27%-
HSV(B)81.49º100%52.55%-
XYZ12.3619.033.02-
YUV104.3769.1114.9-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 39.09%
GREEN value IS 134 (52.73% from 255) = 60.91%
BLUE value IS 0 (0.39% from 255) = 0%
R=39.09%
G=60.91%
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
Decimal8613400.36010.4781.4910026.27
Hex56860240642F51641a
Octal12620604401445712114432
Binary1010110100001100100100011001001011111010001110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #568600; }

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

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

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

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

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

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

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

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