Html Css Color HEX #5B9B75 Ocean Green

📋 copy color: '#5B9B75'

red 91 ◦ green 155 ◦ blue 117

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

Shades of Ocean Green #5B9B75

Tints of Ocean Green #5B9B75

RGB

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

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

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

R = 25.07%
G = 42.7%
B = 32.23%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.25

 K value IS 0.39

RGB Variations

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

Color information

#5B9B75 (or 0x5B9B75) is known color: Ocean Green. HEX triplet: 5B, 9B and 75. RGB value is (91,155,117). Sum of RGB (Red+Green+Blue) = 91+155+117=363 (48% of max value = 765). Red value is 91 (35.94% from 255 or 25.07% from 363); Green value is 155 (60.94% from 255 or 42.70% from 363); Blue value is 117 (46.09% from 255 or 32.23% from 363); Max value from RGB is 155 - color contains mainly: green. Hex color #5B9B75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B9B75 is #A4648A. Grayscale: #838383. Windows color (decimal): -10773643 or 7707483. OLE color: 7707483.

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

Color convert

RGB 91 155 117 -
CMYK 0.41 0 0.25 0.39
HSL 144.38º 0.26% 0.48% -
HSV(B) 144.38º 0.41% 0.61% -
XYZ 19.25 26.95 21.02 -
YUV 131.53 119.8 99.09 -
System Red Green Blue C M Y K H S L
Decimal 91 155 117 0.41 0 0.25 0.39 144.38 0.26 0.48
Hex 5B 9B 75 29 0 19 27 90 1A 30
Octal 133 233 165 51 0 31 47 220 32 60
Binary 1011011 10011011 1110101 101001 0 11001 100111 10010000 11010 110000

Color Harmonies of #5B9B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B9B75

Black with #5B9B75

Text Example


Text Example

White with #5B9B75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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