#4FA076

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

Shades of Ocean Green #4FA076

Tints of Ocean Green #4FA076

Color information

#4FA076 (or 0x4FA076) is unknown color: approx Ocean Green. HEX triplet: 4F, A0 and 76. RGB value is (79,160,118). Sum of RGB (Red+Green+Blue) = 79+160+118=357 (47% of max value = 765). Red value is 79 (31.25% from 255 or 22.13% from 357); Green value is 160 (62.89% from 255 or 44.82% from 357); Blue value is 118 (46.48% from 255 or 33.05% from 357); Max value from RGB is 160 - color contains mainly: green. Hex color #4FA076 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4FA076 is #B05F89. Grayscale: #838383. Windows color (decimal): -11558794 or 7774287. OLE color: 7774287.

HSL color Cylindrical-coordinate representation of color #4FA076: hue angle of 148.89º 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 #4FA076 is Cyan = 0.51, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.37.

Color convert

RGB79160118-
CMYK0.5100.260.37
HSL148.89º33.89%46.86%-
HSV(B)148.89º50.63%62.75%-
XYZ19.0728.1121.56-
YUV130.99120.6690.92-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 22.13%
GREEN value IS 160 (62.89% from 255) = 44.82%
BLUE value IS 118 (46.48% from 255) = 33.05%
R=22.13%
G=44.82%
B=33.05%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal791601180.5100.260.37148.8933.8946.86
Hex4FA0763301A2595222f
Octal11724016663032452254257
Binary100111110100000111011011001101101010010110010101100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FA076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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