#56916C

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

Shades of Ocean Green #56916C

Tints of Ocean Green #56916C

Color information

#56916C (or 0x56916C) is unknown color: approx Ocean Green. HEX triplet: 56, 91 and 6C. RGB value is (86,145,108). Sum of RGB (Red+Green+Blue) = 86+145+108=339 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.37% from 339); Green value is 145 (57.03% from 255 or 42.77% from 339); Blue value is 108 (42.58% from 255 or 31.86% from 339); Max value from RGB is 145 - color contains mainly: green. Hex color #56916C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56916C is #A96E93. Grayscale: #7B7B7B. Windows color (decimal): -11103892 or 7115094. OLE color: 7115094.

HSL color Cylindrical-coordinate representation of color #56916C: hue angle of 142.37º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #56916C is Cyan = 0.41, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.43.

Color convert

RGB86145108-
CMYK0.4100.260.43
HSL142.37º25.54%45.29%-
HSV(B)142.37º40.69%56.86%-
XYZ16.6723.3117.81-
YUV123.14119.45101.51-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.37%
GREEN value IS 145 (57.03% from 255) = 42.77%
BLUE value IS 108 (42.58% from 255) = 31.86%
R=25.37%
G=42.77%
B=31.86%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal861451080.4100.260.43142.3725.5445.29
Hex56916C2901A2B8e1a2d
Octal12622115451032532163255
Binary10101101001000111011001010010110101010111000111011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56916C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56916C; }

 p { color: rgb(86,145,108); }

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

<style>
 a { background-color: #56916C; }

 a { background-color: rgb(86,145,108); }

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

<style>
 span { border-color: #56916C; }

 span { border-color: rgb(86,145,108); }

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