#5B9977

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

Shades of Ocean Green #5B9977

Tints of Ocean Green #5B9977

Color information

#5B9977 (or 0x5B9977) is unknown color: approx Ocean Green. HEX triplet: 5B, 99 and 77. RGB value is (91,153,119). Sum of RGB (Red+Green+Blue) = 91+153+119=363 (48% of max value = 765). Red value is 91 (35.94% from 255 or 25.07% from 363); Green value is 153 (60.16% from 255 or 42.15% from 363); Blue value is 119 (46.88% from 255 or 32.78% from 363); Max value from RGB is 153 - color contains mainly: green. Hex color #5B9977 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B9977 is #A46688. Grayscale: #828282. Windows color (decimal): -10774153 or 7838043. OLE color: 7838043.

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

Color convert

RGB91153119-
CMYK0.4100.220.4
HSL147.1º25.41%47.84%-
HSV(B)147.1º40.52%60%-
XYZ19.0426.3421.53-
YUV130.59121.4699.76-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 25.07%
GREEN value IS 153 (60.16% from 255) = 42.15%
BLUE value IS 119 (46.88% from 255) = 32.78%
R=25.07%
G=42.15%
B=32.78%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal911531190.4100.220.4147.125.4147.84
Hex5B99772901628931930
Octal13323116751026502233160
Binary10110111001100111101111010010101101010001001001111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B9977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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