#56996A

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

Shades of Ocean Green #56996A

Tints of Ocean Green #56996A

Color information

#56996A (or 0x56996A) is unknown color: approx Ocean Green. HEX triplet: 56, 99 and 6A. RGB value is (86,153,106). Sum of RGB (Red+Green+Blue) = 86+153+106=345 (45% of max value = 765). Red value is 86 (33.98% from 255 or 24.93% from 345); Green value is 153 (60.16% from 255 or 44.35% from 345); Blue value is 106 (41.80% from 255 or 30.72% from 345); Max value from RGB is 153 - color contains mainly: green. Hex color #56996A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56996A is #A96695. Grayscale: #7F7F7F. Windows color (decimal): -11101846 or 6986070. OLE color: 6986070.

HSL color Cylindrical-coordinate representation of color #56996A: hue angle of 137.91º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #56996A is Cyan = 0.44, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.4.

Color convert

RGB86153106-
CMYK0.4400.310.4
HSL137.91º28.03%46.86%-
HSV(B)137.91º43.79%60%-
XYZ17.8325.817.68-
YUV127.61115.898.32-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.93%
GREEN value IS 153 (60.16% from 255) = 44.35%
BLUE value IS 106 (41.80% from 255) = 30.72%
R=24.93%
G=44.35%
B=30.72%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal861531060.4400.310.4137.9128.0346.86
Hex56996A2C01F288a1c2f
Octal12623115254037502123457
Binary10101101001100111010101011000111111010001000101011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56996A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56996A; }

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

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

<style>
 a { background-color: #56996A; }

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

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

<style>
 span { border-color: #56996A; }

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

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