#5B9B75

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

Shades of Ocean Green #5B9B75

Tints of Ocean Green #5B9B75

Color information

#5B9B75 (or 0x5B9B75) is unknown color: approx Ocean Green. HEX triplet: 5B, 9B and 75. RGB value is (91,155,117). Sum of RGB (Red+Green+Blue) = 91+155+117=363 (48% of max value = 765). Red value is 91 (35.94% from 255 or 25.07% from 363); Green value is 155 (60.94% from 255 or 42.70% from 363); Blue value is 117 (46.09% from 255 or 32.23% from 363); Max value from RGB is 155 - color contains mainly: green. Hex color #5B9B75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B9B75 is #A4648A. Grayscale: #838383. Windows color (decimal): -10773643 or 7707483. OLE color: 7707483.

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

Color convert

RGB91155117-
CMYK0.4100.250.39
HSL144.38º26.02%48.24%-
HSV(B)144.38º41.29%60.78%-
XYZ19.2526.9521.02-
YUV131.53119.899.09-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 25.07%
GREEN value IS 155 (60.94% from 255) = 42.70%
BLUE value IS 117 (46.09% from 255) = 32.23%
R=25.07%
G=42.70%
B=32.23%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal911551170.4100.250.39144.3826.0248.24
Hex5B9B752901927901a30
Octal13323316551031472203260
Binary10110111001101111101011010010110011001111001000011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B9B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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