#5A9B77

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

Shades of Ocean Green #5A9B77

Tints of Ocean Green #5A9B77

Color information

#5A9B77 (or 0x5A9B77) is unknown color: approx Ocean Green. HEX triplet: 5A, 9B and 77. RGB value is (90,155,119). Sum of RGB (Red+Green+Blue) = 90+155+119=364 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.73% from 364); Green value is 155 (60.94% from 255 or 42.58% from 364); Blue value is 119 (46.88% from 255 or 32.69% from 364); Max value from RGB is 155 - color contains mainly: green. Hex color #5A9B77 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A9B77 is #A56488. Grayscale: #838383. Windows color (decimal): -10839177 or 7838554. OLE color: 7838554.

HSL color Cylindrical-coordinate representation of color #5A9B77: hue angle of 146.77º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5A9B77 is Cyan = 0.42, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.39.

Color convert

RGB90155119-
CMYK0.4200.230.39
HSL146.77º26.53%48.04%-
HSV(B)146.77º41.94%60.78%-
XYZ19.2726.9521.64-
YUV131.46120.9798.43-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 24.73%
GREEN value IS 155 (60.94% from 255) = 42.58%
BLUE value IS 119 (46.88% from 255) = 32.69%
R=24.73%
G=42.58%
B=32.69%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal901551190.4200.230.39146.7726.5348.04
Hex5A9B772A01727931b30
Octal13223316752027472233360
Binary10110101001101111101111010100101111001111001001111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A9B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,155,119); }

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

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

 a { background-color: rgb(90,155,119); }

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

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

 span { border-color: rgb(90,155,119); }

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