#5FA579

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

Shades of Ocean Green #5FA579

Tints of Ocean Green #5FA579

Color information

#5FA579 (or 0x5FA579) is unknown color: approx Ocean Green. HEX triplet: 5F, A5 and 79. RGB value is (95,165,121). Sum of RGB (Red+Green+Blue) = 95+165+121=381 (50% of max value = 765). Red value is 95 (37.5% from 255 or 24.93% from 381); Green value is 165 (64.84% from 255 or 43.31% from 381); Blue value is 121 (47.66% from 255 or 31.76% from 381); Max value from RGB is 165 - color contains mainly: green. Hex color #5FA579 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FA579 is #A05A86. Grayscale: #8B8B8B. Windows color (decimal): -10508935 or 7972191. OLE color: 7972191.

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

Color convert

RGB95165121-
CMYK0.4200.270.35
HSL142.29º28%50.98%-
HSV(B)142.29º42.42%64.71%-
XYZ21.6330.7222.88-
YUV139.05117.8196.58-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 24.93%
GREEN value IS 165 (64.84% from 255) = 43.31%
BLUE value IS 121 (47.66% from 255) = 31.76%
R=24.93%
G=43.31%
B=31.76%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal951651210.4200.270.35142.292850.98
Hex5FA5792A01B238e1c33
Octal13724517152033432163463
Binary10111111010010111110011010100110111000111000111011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FA579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,165,121); }

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

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

 a { background-color: rgb(95,165,121); }

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

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

 span { border-color: rgb(95,165,121); }

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