#5a9f75

Color #5A9F75 Ocean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ocean Green #5A9F75

Tints of Ocean Green #5A9F75

Color information

#5A9F75 (or 0x5A9F75) is unknown color: approx Ocean Green. HEX triplet: 5A, 9F and 75. RGB value is (90,159,117). Sum of RGB (Red+Green+Blue) = 90+159+117=366 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.59% from 366); Green value is 159 (62.5% from 255 or 43.44% from 366); Blue value is 117 (46.09% from 255 or 31.97% from 366); Max value from RGB is 159 - color contains mainly: green. Hex color #5A9F75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A9F75 is #A5608A. Grayscale: #858585. Windows color (decimal): -10838155 or 7708506. OLE color: 7708506.

HSL color Cylindrical-coordinate representation of color #5A9F75: hue angle of 143.48º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5A9F75 is Cyan = 0.43, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.38.

Color convert

RGB90159117-
CMYK0.4300.260.38
HSL143.48º27.71%48.82%-
HSV(B)143.48º43.4%62.35%-
XYZ19.8328.2521.24-
YUV133.58118.6496.92-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 24.59%
GREEN value IS 159 (62.5% from 255) = 43.44%
BLUE value IS 117 (46.09% from 255) = 31.97%
R=24.59%
G=43.44%
B=31.97%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal901591170.4300.260.38143.4827.7148.82
Hex5A9F752B01A268f1c31
Octal13223716553032462173461
Binary10110101001111111101011010110110101001101000111111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5a9f75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5a9f75;
 }
 .AnyTagClassName
 {
   color: #5a9f75;
 }
</style>
background-color css

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

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

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

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

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

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