#5FA77E

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

Shades of Ocean Green #5FA77E

Tints of Ocean Green #5FA77E

Color information

#5FA77E (or 0x5FA77E) is unknown color: approx Ocean Green. HEX triplet: 5F, A7 and 7E. RGB value is (95,167,126). Sum of RGB (Red+Green+Blue) = 95+167+126=388 (51% of max value = 765). Red value is 95 (37.5% from 255 or 24.48% from 388); Green value is 167 (65.62% from 255 or 43.04% from 388); Blue value is 126 (49.61% from 255 or 32.47% from 388); Max value from RGB is 167 - color contains mainly: green. Hex color #5FA77E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FA77E is #A05881. Grayscale: #8C8C8C. Windows color (decimal): -10508418 or 8300383. OLE color: 8300383.

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

Color convert

RGB95167126-
CMYK0.4300.250.35
HSL145.83º29.03%51.37%-
HSV(B)145.83º43.11%65.49%-
XYZ22.331.5824.66-
YUV140.8119.6595.33-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 24.48%
GREEN value IS 167 (65.62% from 255) = 43.04%
BLUE value IS 126 (49.61% from 255) = 32.47%
R=24.48%
G=43.04%
B=32.47%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal951671260.4300.250.35145.8329.0351.37
Hex5FA77E2B01923921d33
Octal13724717653031432223563
Binary10111111010011111111101010110110011000111001001011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FA77E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,167,126); }

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

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

 a { background-color: rgb(95,167,126); }

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

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

 span { border-color: rgb(95,167,126); }

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