#4FA067

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

Shades of Ocean Green #4FA067

Tints of Ocean Green #4FA067

Color information

#4FA067 (or 0x4FA067) is unknown color: approx Ocean Green. HEX triplet: 4F, A0 and 67. RGB value is (79,160,103). Sum of RGB (Red+Green+Blue) = 79+160+103=342 (45% of max value = 765). Red value is 79 (31.25% from 255 or 23.10% from 342); Green value is 160 (62.89% from 255 or 46.78% from 342); Blue value is 103 (40.62% from 255 or 30.12% from 342); Max value from RGB is 160 - color contains mainly: green. Hex color #4FA067 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4FA067 is #B05F98. Grayscale: #818181. Windows color (decimal): -11558809 or 6791247. OLE color: 6791247.

HSL color Cylindrical-coordinate representation of color #4FA067: hue angle of 137.78º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4FA067 is Cyan = 0.51, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.37.

Color convert

RGB79160103-
CMYK0.5100.360.37
HSL137.78º33.89%46.86%-
HSV(B)137.78º50.63%62.75%-
XYZ18.2427.7817.23-
YUV129.28113.1692.13-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 23.10%
GREEN value IS 160 (62.89% from 255) = 46.78%
BLUE value IS 103 (40.62% from 255) = 30.12%
R=23.10%
G=46.78%
B=30.12%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal791601030.5100.360.37137.7833.8946.86
Hex4FA06733024258a222f
Octal11724014763044452124257
Binary1001111101000001100111110011010010010010110001010100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FA067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,160,103); }

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

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

 a { background-color: rgb(79,160,103); }

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

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

 span { border-color: rgb(79,160,103); }

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