#56A875

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

Shades of Ocean Green #56A875

Tints of Ocean Green #56A875

Color information

#56A875 (or 0x56A875) is unknown color: approx Ocean Green. HEX triplet: 56, A8 and 75. RGB value is (86,168,117). Sum of RGB (Red+Green+Blue) = 86+168+117=371 (49% of max value = 765). Red value is 86 (33.98% from 255 or 23.18% from 371); Green value is 168 (66.02% from 255 or 45.28% from 371); Blue value is 117 (46.09% from 255 or 31.54% from 371); Max value from RGB is 168 - color contains mainly: green. Hex color #56A875 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56A875 is #A9578A. Grayscale: #898989. Windows color (decimal): -11097995 or 7710806. OLE color: 7710806.

HSL color Cylindrical-coordinate representation of color #56A875: hue angle of 142.68º 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 #56A875 is Cyan = 0.49, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.34.

Color convert

RGB86168117-
CMYK0.4900.300.34
HSL142.68º32.28%49.8%-
HSV(B)142.68º48.81%65.88%-
XYZ21.0531.2721.76-
YUV137.67116.3391.15-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.18%
GREEN value IS 168 (66.02% from 255) = 45.28%
BLUE value IS 117 (46.09% from 255) = 31.54%
R=23.18%
G=45.28%
B=31.54%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal861681170.4900.300.34142.6832.2849.8
Hex56A8753101E228f2032
Octal12625016561036422174062
Binary101011010101000111010111000101111010001010001111100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56A875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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