#5B9775

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

Shades of Ocean Green #5B9775

Tints of Ocean Green #5B9775

Color information

#5B9775 (or 0x5B9775) is unknown color: approx Ocean Green. HEX triplet: 5B, 97 and 75. RGB value is (91,151,117). Sum of RGB (Red+Green+Blue) = 91+151+117=359 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.35% from 359); Green value is 151 (59.38% from 255 or 42.06% from 359); Blue value is 117 (46.09% from 255 or 32.59% from 359); Max value from RGB is 151 - color contains mainly: green. Hex color #5B9775 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B9775 is #A4688A. Grayscale: #818181. Windows color (decimal): -10774667 or 7706459. OLE color: 7706459.

HSL color Cylindrical-coordinate representation of color #5B9775: hue angle of 146º 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 #5B9775 is Cyan = 0.40, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.41.

Color convert

RGB91151117-
CMYK0.4000.230.41
HSL146º24.79%47.45%-
HSV(B)146º39.74%59.22%-
XYZ18.5925.6420.8-
YUV129.18121.12100.76-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 25.35%
GREEN value IS 151 (59.38% from 255) = 42.06%
BLUE value IS 117 (46.09% from 255) = 32.59%
R=25.35%
G=42.06%
B=32.59%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal911511170.4000.230.4114624.7947.45
Hex5B9775280172992192f
Octal13322716550027512223157
Binary10110111001011111101011010000101111010011001001011001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B9775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,151,117); }

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

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

 a { background-color: rgb(91,151,117); }

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

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

 span { border-color: rgb(91,151,117); }

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