#568D00

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

Shades of Olive Drab #568D00

Tints of Olive Drab #568D00

Color information

#568D00 (or 0x568D00) is unknown color: approx Olive Drab. HEX triplet: 56, 8D and 00. RGB value is (86,141,0). Sum of RGB (Red+Green+Blue) = 86+141+0=227 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.89% from 227); Green value is 141 (55.47% from 255 or 62.11% from 227); Blue value is 0 (0.39% from 255 or 0% from 227); Max value from RGB is 141 - color contains mainly: green. Hex color #568D00 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #568D00 is #A972FF. Grayscale: #6C6C6C. Windows color (decimal): -11105024 or 36182. OLE color: 36182.

HSL color Cylindrical-coordinate representation of color #568D00: hue angle of 83.4º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #568D00 is Cyan = 0.39, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.45.

Color convert

RGB861410-
CMYK0.39010.45
HSL83.4º100%27.65%-
HSV(B)83.4º100%55.29%-
XYZ13.3621.033.35-
YUV108.4866.78111.96-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 37.89%
GREEN value IS 141 (55.47% from 255) = 62.11%
BLUE value IS 0 (0.39% from 255) = 0%
R=37.89%
G=62.11%
B=0%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal8614100.39010.4583.410027.65
Hex568D0270642D53641c
Octal12621504701445512314434
Binary1010110100011010100111011001001011011010011110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568D00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #568D00; }

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

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

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

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

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

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

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

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