Html Css Color HEX #5B9978 Ocean Green

📋 copy color: '#5B9978'

red 91 ◦ green 153 ◦ blue 120

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

Shades of Ocean Green #5B9978

Tints of Ocean Green #5B9978

RGB

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

 GREEN value IS 153 (60.16% from 255) = 42.03%

 BLUE value IS 120 (47.27% from 255) = 32.97%

R = 25%
G = 42.03%
B = 32.97%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.22

 K value IS 0.4

RGB Variations

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

Color information

#5B9978 (or 0x5B9978) is known color: Ocean Green. HEX triplet: 5B, 99 and 78. RGB value is (91,153,120). Sum of RGB (Red+Green+Blue) = 91+153+120=364 (48% of max value = 765). Red value is 91 (35.94% from 255 or 25% from 364); Green value is 153 (60.16% from 255 or 42.03% from 364); Blue value is 120 (47.27% from 255 or 32.97% from 364); Max value from RGB is 153 - color contains mainly: green. Hex color #5B9978 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B9978 is #A46687. Grayscale: #828282. Windows color (decimal): -10774152 or 7903579. OLE color: 7903579.

HSL color Cylindrical-coordinate representation of color #5B9978: hue angle of 148.06º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5B9978 is Cyan = 0.41, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.4.

Color convert

RGB 91 153 120 -
CMYK 0.41 0 0.22 0.4
HSL 148.06º 0.25% 0.48% -
HSV(B) 148.06º 0.41% 0.6% -
XYZ 19.1 26.36 21.85 -
YUV 130.7 121.96 99.68 -
System Red Green Blue C M Y K H S L
Decimal 91 153 120 0.41 0 0.22 0.4 148.06 0.25 0.48
Hex 5B 99 78 29 0 16 28 94 19 30
Octal 133 231 170 51 0 26 50 224 31 60
Binary 1011011 10011001 1111000 101001 0 10110 101000 10010100 11001 110000

Color Harmonies of #5B9978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B9978

Black with #5B9978

Text Example


Text Example

White with #5B9978

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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