#5B9B78

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

Shades of Ocean Green #5B9B78

Tints of Ocean Green #5B9B78

Color information

#5B9B78 (or 0x5B9B78) is unknown color: approx Ocean Green. HEX triplet: 5B, 9B and 78. RGB value is (91,155,120). Sum of RGB (Red+Green+Blue) = 91+155+120=366 (48% of max value = 765). Red value is 91 (35.94% from 255 or 24.86% from 366); Green value is 155 (60.94% from 255 or 42.35% from 366); Blue value is 120 (47.27% from 255 or 32.79% from 366); Max value from RGB is 155 - color contains mainly: green. Hex color #5B9B78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B9B78 is #A46487. Grayscale: #838383. Windows color (decimal): -10773640 or 7904091. OLE color: 7904091.

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

Color convert

RGB91155120-
CMYK0.4100.230.39
HSL147.19º26.02%48.24%-
HSV(B)147.19º41.29%60.78%-
XYZ19.4327.0221.96-
YUV131.87121.398.85-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 24.86%
GREEN value IS 155 (60.94% from 255) = 42.35%
BLUE value IS 120 (47.27% from 255) = 32.79%
R=24.86%
G=42.35%
B=32.79%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal911551200.4100.230.39147.1926.0248.24
Hex5B9B782901727931a30
Octal13323317051027472233260
Binary10110111001101111110001010010101111001111001001111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B9B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,155,120); }

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

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

 a { background-color: rgb(91,155,120); }

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

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

 span { border-color: rgb(91,155,120); }

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