Html Css Color HEX #5BA775 Ocean Green

📋 copy color: '#5BA775'

red 91 ◦ green 167 ◦ blue 117

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

Shades of Ocean Green #5BA775

Tints of Ocean Green #5BA775

RGB

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

 GREEN value IS 167 (65.63% from 255) = 44.53%

 BLUE value IS 117 (46.09% from 255) = 31.2%

R = 24.27%
G = 44.53%
B = 31.2%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.30

 K value IS 0.35

RGB Variations

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

Color information

#5BA775 (or 0x5BA775) is known color: Ocean Green. HEX triplet: 5B, A7 and 75. RGB value is (91,167,117). Sum of RGB (Red+Green+Blue) = 91+167+117=375 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.27% from 375); Green value is 167 (65.62% from 255 or 44.53% from 375); Blue value is 117 (46.09% from 255 or 31.2% from 375); Max value from RGB is 167 - color contains mainly: green. Hex color #5BA775 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BA775 is #A4588A. Grayscale: #8A8A8A. Windows color (decimal): -10770571 or 7710555. OLE color: 7710555.

HSL color Cylindrical-coordinate representation of color #5BA775: hue angle of 140.53º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5BA775 is Cyan = 0.46, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.35.

Color convert

RGB 91 167 117 -
CMYK 0.46 0 0.30 0.35
HSL 140.53º 0.3% 0.51% -
HSV(B) 140.53º 0.46% 0.65% -
XYZ 21.34 31.15 21.72 -
YUV 138.58 115.82 94.07 -
System Red Green Blue C M Y K H S L
Decimal 91 167 117 0.46 0 0.30 0.35 140.53 0.3 0.51
Hex 5B A7 75 2E 0 1E 23 8D 1E 33
Octal 133 247 165 56 0 36 43 215 36 63
Binary 1011011 10100111 1110101 101110 0 11110 100011 10001101 11110 110011

Color Harmonies of #5BA775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BA775

Black with #5BA775

Text Example


Text Example

White with #5BA775

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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