#56956E

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

Shades of Ocean Green #56956E

Tints of Ocean Green #56956E

Color information

#56956E (or 0x56956E) is unknown color: approx Ocean Green. HEX triplet: 56, 95 and 6E. RGB value is (86,149,110). Sum of RGB (Red+Green+Blue) = 86+149+110=345 (45% of max value = 765). Red value is 86 (33.98% from 255 or 24.93% from 345); Green value is 149 (58.59% from 255 or 43.19% from 345); Blue value is 110 (43.36% from 255 or 31.88% from 345); Max value from RGB is 149 - color contains mainly: green. Hex color #56956E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56956E is #A96A91. Grayscale: #7D7D7D. Windows color (decimal): -11102866 or 7247190. OLE color: 7247190.

HSL color Cylindrical-coordinate representation of color #56956E: hue angle of 142.86º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #56956E is Cyan = 0.42, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB86149110-
CMYK0.4200.260.42
HSL142.86º26.81%46.08%-
HSV(B)142.86º42.28%58.43%-
XYZ17.424.618.58-
YUV125.72119.1399.67-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.93%
GREEN value IS 149 (58.59% from 255) = 43.19%
BLUE value IS 110 (43.36% from 255) = 31.88%
R=24.93%
G=43.19%
B=31.88%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal861491100.4200.260.42142.8626.8146.08
Hex56956E2A01A2A8f1b2e
Octal12622515652032522173356
Binary10101101001010111011101010100110101010101000111111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56956E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56956E; }

 p { color: rgb(86,149,110); }

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

<style>
 a { background-color: #56956E; }

 a { background-color: rgb(86,149,110); }

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

<style>
 span { border-color: #56956E; }

 span { border-color: rgb(86,149,110); }

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