#519977

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

Shades of Ocean Green #519977

Tints of Ocean Green #519977

Color information

#519977 (or 0x519977) is unknown color: approx Ocean Green. HEX triplet: 51, 99 and 77. RGB value is (81,153,119). Sum of RGB (Red+Green+Blue) = 81+153+119=353 (46% of max value = 765). Red value is 81 (32.03% from 255 or 22.95% from 353); Green value is 153 (60.16% from 255 or 43.34% from 353); Blue value is 119 (46.88% from 255 or 33.71% from 353); Max value from RGB is 153 - color contains mainly: green. Hex color #519977 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519977 is #AE6688. Grayscale: #7F7F7F. Windows color (decimal): -11429513 or 7838033. OLE color: 7838033.

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

Color convert

RGB81153119-
CMYK0.4700.220.4
HSL151.67º30.77%45.88%-
HSV(B)151.67º47.06%60%-
XYZ18.1125.8621.49-
YUV127.6123.1594.76-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.95%
GREEN value IS 153 (60.16% from 255) = 43.34%
BLUE value IS 119 (46.88% from 255) = 33.71%
R=22.95%
G=43.34%
B=33.71%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal811531190.4700.220.4151.6730.7745.88
Hex5199772F01628981f2e
Octal12123116757026502303756
Binary10100011001100111101111011110101101010001001100011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #519977; }

 p { color: rgb(81,153,119); }

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

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

 a { background-color: rgb(81,153,119); }

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

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

 span { border-color: rgb(81,153,119); }

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