Html Css Color HEX #5A9775 Ocean Green

📋 copy color: '#5A9775'

red 90 ◦ green 151 ◦ blue 117

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

Shades of Ocean Green #5A9775

Tints of Ocean Green #5A9775

RGB

 RED value IS 90 (35.55% from 255) = 25.14%

 GREEN value IS 151 (59.38% from 255) = 42.18%

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

R = 25.14%
G = 42.18%
B = 32.68%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.23

 K value IS 0.41

RGB Variations

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

Color information

#5A9775 (or 0x5A9775) is known color: Ocean Green. HEX triplet: 5A, 97 and 75. RGB value is (90,151,117). Sum of RGB (Red+Green+Blue) = 90+151+117=358 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.14% from 358); Green value is 151 (59.38% from 255 or 42.18% from 358); Blue value is 117 (46.09% from 255 or 32.68% from 358); Max value from RGB is 151 - color contains mainly: green. Hex color #5A9775 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A9775 is #A5688A. Grayscale: #808080. Windows color (decimal): -10840203 or 7706458. OLE color: 7706458.

HSL color Cylindrical-coordinate representation of color #5A9775: hue angle of 146.56º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5A9775 is Cyan = 0.40, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.41.

Color convert

RGB 90 151 117 -
CMYK 0.40 0 0.23 0.41
HSL 146.56º 0.25% 0.47% -
HSV(B) 146.56º 0.4% 0.59% -
XYZ 18.49 25.59 20.79 -
YUV 128.89 121.29 100.26 -
System Red Green Blue C M Y K H S L
Decimal 90 151 117 0.40 0 0.23 0.41 146.56 0.25 0.47
Hex 5A 97 75 28 0 17 29 93 19 2F
Octal 132 227 165 50 0 27 51 223 31 57
Binary 1011010 10010111 1110101 101000 0 10111 101001 10010011 11001 101111

Color Harmonies of #5A9775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A9775

Black with #5A9775

Text Example


Text Example

White with #5A9775

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,151,117); }

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

background-color css

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

 a { background-color: rgb(90,151,117); }

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

border-color css

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

 span { border-color: rgb(90,151,117); }

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