#56976A

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

Shades of Ocean Green #56976A

Tints of Ocean Green #56976A

Color information

#56976A (or 0x56976A) is unknown color: approx Ocean Green. HEX triplet: 56, 97 and 6A. RGB value is (86,151,106). Sum of RGB (Red+Green+Blue) = 86+151+106=343 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.07% from 343); Green value is 151 (59.38% from 255 or 44.02% from 343); Blue value is 106 (41.80% from 255 or 30.90% from 343); Max value from RGB is 151 - color contains mainly: green. Hex color #56976A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56976A is #A96895. Grayscale: #7E7E7E. Windows color (decimal): -11102358 or 6985558. OLE color: 6985558.

HSL color Cylindrical-coordinate representation of color #56976A: hue angle of 138.46º 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 #56976A is Cyan = 0.43, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.41.

Color convert

RGB86151106-
CMYK0.4300.300.41
HSL138.46º27.43%46.47%-
HSV(B)138.46º43.05%59.22%-
XYZ17.5125.1517.57-
YUV126.44116.4799.16-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.07%
GREEN value IS 151 (59.38% from 255) = 44.02%
BLUE value IS 106 (41.80% from 255) = 30.90%
R=25.07%
G=44.02%
B=30.90%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal861511060.4300.300.41138.4627.4346.47
Hex56976A2B01E298a1b2e
Octal12622715253036512123356
Binary10101101001011111010101010110111101010011000101011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56976A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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