Html Css Color HEX #5B9B77 Ocean Green

📋 copy color: '#5B9B77'

red 91 ◦ green 155 ◦ blue 119

#5B9B77
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ocean Green #5B9B77

Tints of Ocean Green #5B9B77

RGB

 RED value IS 91 (35.94% from 255) = 24.93%

 GREEN value IS 155 (60.94% from 255) = 42.47%

 BLUE value IS 119 (46.88% from 255) = 32.6%

R = 24.93%
G = 42.47%
B = 32.6%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.23

 K value IS 0.39

RGB Variations

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

Color information

#5B9B77 (or 0x5B9B77) is known color: Ocean Green. HEX triplet: 5B, 9B and 77. RGB value is (91,155,119). Sum of RGB (Red+Green+Blue) = 91+155+119=365 (48% of max value = 765). Red value is 91 (35.94% from 255 or 24.93% from 365); Green value is 155 (60.94% from 255 or 42.47% from 365); Blue value is 119 (46.88% from 255 or 32.60% from 365); Max value from RGB is 155 - color contains mainly: green. Hex color #5B9B77 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B9B77 is #A46488. Grayscale: #838383. Windows color (decimal): -10773641 or 7838555. OLE color: 7838555.

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

Color convert

RGB 91 155 119 -
CMYK 0.41 0 0.23 0.39
HSL 146.25º 0.26% 0.48% -
HSV(B) 146.25º 0.41% 0.61% -
XYZ 19.37 27 21.64 -
YUV 131.76 120.8 98.93 -
System Red Green Blue C M Y K H S L
Decimal 91 155 119 0.41 0 0.23 0.39 146.25 0.26 0.48
Hex 5B 9B 77 29 0 17 27 92 1A 30
Octal 133 233 167 51 0 27 47 222 32 60
Binary 1011011 10011011 1110111 101001 0 10111 100111 10010010 11010 110000

Color Harmonies of #5B9B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B9B77

Black with #5B9B77

Text Example


Text Example

White with #5B9B77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5B9B77;
 }
 .AnyTagClassName
 {
   color: #5B9B77;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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