Html Css Color HEX #5B9B78 Ocean Green

📋 copy color: '#5B9B78'

red 91 ◦ green 155 ◦ blue 120

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

Shades of Ocean Green #5B9B78

Tints of Ocean Green #5B9B78

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 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

#5B9B78 (or 0x5B9B78) is known color: 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

RGB 91 155 120 -
CMYK 0.41 0 0.23 0.39
HSL 147.19º 0.26% 0.48% -
HSV(B) 147.19º 0.41% 0.61% -
XYZ 19.43 27.02 21.96 -
YUV 131.87 121.3 98.85 -
System Red Green Blue C M Y K H S L
Decimal 91 155 120 0.41 0 0.23 0.39 147.19 0.26 0.48
Hex 5B 9B 78 29 0 17 27 93 1A 30
Octal 133 233 170 51 0 27 47 223 32 60
Binary 1011011 10011011 1111000 101001 0 10111 100111 10010011 11010 110000

Color Harmonies of #5B9B78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B9B78

Black with #5B9B78

Text Example


Text Example

White with #5B9B78

Text Example


Text Example

HTML Codes & Css Web 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>