#5B9F76

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

Shades of Ocean Green #5B9F76

Tints of Ocean Green #5B9F76

Color information

#5B9F76 (or 0x5B9F76) is unknown color: approx Ocean Green. HEX triplet: 5B, 9F and 76. RGB value is (91,159,118). Sum of RGB (Red+Green+Blue) = 91+159+118=368 (48% of max value = 765). Red value is 91 (35.94% from 255 or 24.73% from 368); Green value is 159 (62.5% from 255 or 43.21% from 368); Blue value is 118 (46.48% from 255 or 32.07% from 368); Max value from RGB is 159 - color contains mainly: green. Hex color #5B9F76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B9F76 is #A46089. Grayscale: #868686. Windows color (decimal): -10772618 or 7774043. OLE color: 7774043.

HSL color Cylindrical-coordinate representation of color #5B9F76: hue angle of 143.82º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5B9F76 is Cyan = 0.43, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.38.

Color convert

RGB91159118-
CMYK0.4300.260.38
HSL143.82º27.2%49.02%-
HSV(B)143.82º42.77%62.35%-
XYZ19.9828.3321.55-
YUV133.99118.9797.33-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 24.73%
GREEN value IS 159 (62.5% from 255) = 43.21%
BLUE value IS 118 (46.48% from 255) = 32.07%
R=24.73%
G=43.21%
B=32.07%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal911591180.4300.260.38143.8227.249.02
Hex5B9F762B01A26901b31
Octal13323716653032462203361
Binary10110111001111111101101010110110101001101001000011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B9F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,159,118); }

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

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

 a { background-color: rgb(91,159,118); }

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

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

 span { border-color: rgb(91,159,118); }

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