#4FAA70

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

Shades of Ocean Green #4FAA70

Tints of Ocean Green #4FAA70

Color information

#4FAA70 (or 0x4FAA70) is unknown color: approx Ocean Green. HEX triplet: 4F, AA and 70. RGB value is (79,170,112). Sum of RGB (Red+Green+Blue) = 79+170+112=361 (47% of max value = 765). Red value is 79 (31.25% from 255 or 21.88% from 361); Green value is 170 (66.80% from 255 or 47.09% from 361); Blue value is 112 (44.14% from 255 or 31.02% from 361); Max value from RGB is 170 - color contains mainly: green. Hex color #4FAA70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4FAA70 is #B0558F. Grayscale: #888888. Windows color (decimal): -11556240 or 7383631. OLE color: 7383631.

HSL color Cylindrical-coordinate representation of color #4FAA70: hue angle of 141.76º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4FAA70 is Cyan = 0.54, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.33.

Color convert

RGB79170112-
CMYK0.5400.340.33
HSL141.76º36.55%48.82%-
HSV(B)141.76º53.53%66.67%-
XYZ20.5231.5820.34-
YUV136.18114.3587.22-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 21.88%
GREEN value IS 170 (66.80% from 255) = 47.09%
BLUE value IS 112 (44.14% from 255) = 31.02%
R=21.88%
G=47.09%
B=31.02%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal791701120.5400.340.33141.7636.5548.82
Hex4FAA7036022218e2531
Octal11725216066042412164561
Binary1001111101010101110000110110010001010000110001110100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FAA70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4FAA70; }

 p { color: rgb(79,170,112); }

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

<style>
 a { background-color: #4FAA70; }

 a { background-color: rgb(79,170,112); }

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

<style>
 span { border-color: #4FAA70; }

 span { border-color: rgb(79,170,112); }

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