#56976E

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

Shades of Ocean Green #56976E

Tints of Ocean Green #56976E

Color information

#56976E (or 0x56976E) is unknown color: approx Ocean Green. HEX triplet: 56, 97 and 6E. RGB value is (86,151,110). Sum of RGB (Red+Green+Blue) = 86+151+110=347 (45% of max value = 765). Red value is 86 (33.98% from 255 or 24.78% from 347); Green value is 151 (59.38% from 255 or 43.52% from 347); Blue value is 110 (43.36% from 255 or 31.70% from 347); Max value from RGB is 151 - color contains mainly: green. Hex color #56976E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56976E is #A96891. Grayscale: #7E7E7E. Windows color (decimal): -11102354 or 7247702. OLE color: 7247702.

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

Color convert

RGB86151110-
CMYK0.4300.270.41
HSL142.15º27.43%46.47%-
HSV(B)142.15º43.05%59.22%-
XYZ17.7225.2418.69-
YUV126.89118.4798.83-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.78%
GREEN value IS 151 (59.38% from 255) = 43.52%
BLUE value IS 110 (43.36% from 255) = 31.70%
R=24.78%
G=43.52%
B=31.70%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal861511100.4300.270.41142.1527.4346.47
Hex56976E2B01B298e1b2e
Octal12622715653033512163356
Binary10101101001011111011101010110110111010011000111011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56976E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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