#56986C

Color #56986C Ocean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ocean Green #56986C

Tints of Ocean Green #56986C

Color information

#56986C (or 0x56986C) is unknown color: approx Ocean Green. HEX triplet: 56, 98 and 6C. RGB value is (86,152,108). Sum of RGB (Red+Green+Blue) = 86+152+108=346 (45% of max value = 765). Red value is 86 (33.98% from 255 or 24.86% from 346); Green value is 152 (59.77% from 255 or 43.93% from 346); Blue value is 108 (42.58% from 255 or 31.21% from 346); Max value from RGB is 152 - color contains mainly: green. Hex color #56986C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56986C is #A96793. Grayscale: #7F7F7F. Windows color (decimal): -11102100 or 7116886. OLE color: 7116886.

HSL color Cylindrical-coordinate representation of color #56986C: hue angle of 140º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #56986C is Cyan = 0.43, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.40.

Color convert

RGB86152108-
CMYK0.4300.290.40
HSL140º27.73%46.67%-
HSV(B)140º43.42%59.61%-
XYZ17.7725.5218.18-
YUV127.25117.1398.58-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.86%
GREEN value IS 152 (59.77% from 255) = 43.93%
BLUE value IS 108 (42.58% from 255) = 31.21%
R=24.86%
G=43.93%
B=31.21%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal861521080.4300.290.4014027.7346.67
Hex56986C2B01D288c1c2f
Octal12623015453035502143457
Binary10101101001100011011001010110111011010001000110011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56986C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56986C; }

 p { color: rgb(86,152,108); }

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

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

 a { background-color: rgb(86,152,108); }

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

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

 span { border-color: rgb(86,152,108); }

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