#5A9772

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

Shades of Ocean Green #5A9772

Tints of Ocean Green #5A9772

Color information

#5A9772 (or 0x5A9772) is unknown color: approx Ocean Green. HEX triplet: 5A, 97 and 72. RGB value is (90,151,114). Sum of RGB (Red+Green+Blue) = 90+151+114=355 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.35% from 355); Green value is 151 (59.38% from 255 or 42.54% from 355); Blue value is 114 (44.92% from 255 or 32.11% from 355); Max value from RGB is 151 - color contains mainly: green. Hex color #5A9772 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A9772 is #A5688D. Grayscale: #808080. Windows color (decimal): -10840206 or 7509850. OLE color: 7509850.

HSL color Cylindrical-coordinate representation of color #5A9772: hue angle of 143.61º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5A9772 is Cyan = 0.40, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.41.

Color convert

RGB90151114-
CMYK0.4000.250.41
HSL143.61º25.31%47.25%-
HSV(B)143.61º40.4%59.22%-
XYZ18.3225.5219.88-
YUV128.54119.79100.51-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 25.35%
GREEN value IS 151 (59.38% from 255) = 42.54%
BLUE value IS 114 (44.92% from 255) = 32.11%
R=25.35%
G=42.54%
B=32.11%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal901511140.4000.250.41143.6125.3147.25
Hex5A9772280192990192f
Octal13222716250031512203157
Binary10110101001011111100101010000110011010011001000011001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A9772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5A9772; }

 p { color: rgb(90,151,114); }

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

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

 a { background-color: rgb(90,151,114); }

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

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

 span { border-color: rgb(90,151,114); }

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