Html Css Color HEX #5B9A75 Ocean Green

📋 copy color: '#5B9A75'

red 91 ◦ green 154 ◦ blue 117

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

Shades of Ocean Green #5B9A75

Tints of Ocean Green #5B9A75

RGB

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

 GREEN value IS 154 (60.55% from 255) = 42.54%

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

R = 25.14%
G = 42.54%
B = 32.32%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.24

 K value IS 0.40

RGB Variations

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

Color information

#5B9A75 (or 0x5B9A75) is known color: Ocean Green. HEX triplet: 5B, 9A and 75. RGB value is (91,154,117). Sum of RGB (Red+Green+Blue) = 91+154+117=362 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.14% from 362); Green value is 154 (60.55% from 255 or 42.54% from 362); Blue value is 117 (46.09% from 255 or 32.32% from 362); Max value from RGB is 154 - color contains mainly: green. Hex color #5B9A75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B9A75 is #A4658A. Grayscale: #838383. Windows color (decimal): -10773899 or 7707227. OLE color: 7707227.

HSL color Cylindrical-coordinate representation of color #5B9A75: hue angle of 144.76º degrees, saturation: 0.26, 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 #5B9A75 is Cyan = 0.41, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.40.

Color convert

RGB 91 154 117 -
CMYK 0.41 0 0.24 0.40
HSL 144.76º 0.26% 0.48% -
HSV(B) 144.76º 0.41% 0.6% -
XYZ 19.08 26.62 20.96 -
YUV 130.95 120.13 99.51 -
System Red Green Blue C M Y K H S L
Decimal 91 154 117 0.41 0 0.24 0.40 144.76 0.26 0.48
Hex 5B 9A 75 29 0 18 28 91 1A 30
Octal 133 232 165 51 0 30 50 221 32 60
Binary 1011011 10011010 1110101 101001 0 11000 101000 10010001 11010 110000

Color Harmonies of #5B9A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B9A75

Black with #5B9A75

Text Example


Text Example

White with #5B9A75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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