#5BAB77

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

Shades of Ocean Green #5BAB77

Tints of Ocean Green #5BAB77

Color information

#5BAB77 (or 0x5BAB77) is unknown color: approx Ocean Green. HEX triplet: 5B, AB and 77. RGB value is (91,171,119). Sum of RGB (Red+Green+Blue) = 91+171+119=381 (50% of max value = 765). Red value is 91 (35.94% from 255 or 23.88% from 381); Green value is 171 (67.19% from 255 or 44.88% from 381); Blue value is 119 (46.88% from 255 or 31.23% from 381); Max value from RGB is 171 - color contains mainly: green. Hex color #5BAB77 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BAB77 is #A45488. Grayscale: #8D8D8D. Windows color (decimal): -10769545 or 7842651. OLE color: 7842651.

HSL color Cylindrical-coordinate representation of color #5BAB77: hue angle of 141º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5BAB77 is Cyan = 0.47, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.33.

Color convert

RGB91171119-
CMYK0.4700.300.33
HSL141º32.26%51.37%-
HSV(B)141º46.78%67.06%-
XYZ22.2132.6822.59-
YUV141.15115.592.23-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 23.88%
GREEN value IS 171 (67.19% from 255) = 44.88%
BLUE value IS 119 (46.88% from 255) = 31.23%
R=23.88%
G=44.88%
B=31.23%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal911711190.4700.300.3314132.2651.37
Hex5BAB772F01E218d2033
Octal13325316757036412154063
Binary101101110101011111011110111101111010000110001101100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BAB77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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