#56A86A

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

Shades of Ocean Green #56A86A

Tints of Ocean Green #56A86A

Color information

#56A86A (or 0x56A86A) is unknown color: approx Ocean Green. HEX triplet: 56, A8 and 6A. RGB value is (86,168,106). Sum of RGB (Red+Green+Blue) = 86+168+106=360 (47% of max value = 765). Red value is 86 (33.98% from 255 or 23.89% from 360); Green value is 168 (66.02% from 255 or 46.67% from 360); Blue value is 106 (41.80% from 255 or 29.44% from 360); Max value from RGB is 168 - color contains mainly: green. Hex color #56A86A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56A86A is #A95795. Grayscale: #888888. Windows color (decimal): -11098006 or 6989910. OLE color: 6989910.

HSL color Cylindrical-coordinate representation of color #56A86A: hue angle of 134.63º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #56A86A is Cyan = 0.49, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.34.

Color convert

RGB86168106-
CMYK0.4900.370.34
HSL134.63º32.28%49.8%-
HSV(B)134.63º48.81%65.88%-
XYZ20.4431.0218.55-
YUV136.41110.8392.04-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.89%
GREEN value IS 168 (66.02% from 255) = 46.67%
BLUE value IS 106 (41.80% from 255) = 29.44%
R=23.89%
G=46.67%
B=29.44%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal861681060.4900.370.34134.6332.2849.8
Hex56A86A3102522872032
Octal12625015261045422074062
Binary1010110101010001101010110001010010110001010000111100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56A86A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56A86A; }

 p { color: rgb(86,168,106); }

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

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

 a { background-color: rgb(86,168,106); }

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

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

 span { border-color: rgb(86,168,106); }

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