#568A04

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

Shades of Olive Drab #568A04

Tints of Olive Drab #568A04

Color information

#568A04 (or 0x568A04) is unknown color: approx Olive Drab. HEX triplet: 56, 8A and 04. RGB value is (86,138,4). Sum of RGB (Red+Green+Blue) = 86+138+4=228 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.72% from 228); Green value is 138 (54.30% from 255 or 60.53% from 228); Blue value is 4 (1.95% from 255 or 1.75% from 228); Max value from RGB is 138 - color contains mainly: green. Hex color #568A04 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #568A04 is #A975FB. Grayscale: #6B6B6B. Windows color (decimal): -11105788 or 297558. OLE color: 297558.

HSL color Cylindrical-coordinate representation of color #568A04: hue angle of 83.28º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #568A04 is Cyan = 0.38, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.46.

Color convert

RGB861384-
CMYK0.3800.970.46
HSL83.28º94.37%27.84%-
HSV(B)83.28º97.1%54.12%-
XYZ12.9520.163.32-
YUV107.1869.77112.9-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 37.72%
GREEN value IS 138 (54.30% from 255) = 60.53%
BLUE value IS 4 (1.95% from 255) = 1.75%
R=37.72%
G=60.53%
B=1.75%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal8613840.3800.970.4683.2894.3727.84
Hex568A4260612E535e1c
Octal12621244601415612313634
Binary101011010001010100100110011000011011101010011101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568A04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,138,4); }

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

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

 a { background-color: rgb(86,138,4); }

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

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

 span { border-color: rgb(86,138,4); }

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