#4FA077

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

Shades of Ocean Green #4FA077

Tints of Ocean Green #4FA077

Color information

#4FA077 (or 0x4FA077) is unknown color: approx Ocean Green. HEX triplet: 4F, A0 and 77. RGB value is (79,160,119). Sum of RGB (Red+Green+Blue) = 79+160+119=358 (47% of max value = 765). Red value is 79 (31.25% from 255 or 22.07% from 358); Green value is 160 (62.89% from 255 or 44.69% from 358); Blue value is 119 (46.88% from 255 or 33.24% from 358); Max value from RGB is 160 - color contains mainly: green. Hex color #4FA077 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4FA077 is #B05F88. Grayscale: #838383. Windows color (decimal): -11558793 or 7839823. OLE color: 7839823.

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

Color convert

RGB79160119-
CMYK0.5100.260.37
HSL149.63º33.89%46.86%-
HSV(B)149.63º50.63%62.75%-
XYZ19.1328.1421.88-
YUV131.11121.1690.83-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 22.07%
GREEN value IS 160 (62.89% from 255) = 44.69%
BLUE value IS 119 (46.88% from 255) = 33.24%
R=22.07%
G=44.69%
B=33.24%

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
Decimal791601190.5100.260.37149.6333.8946.86
Hex4FA0773301A2596222f
Octal11724016763032452264257
Binary100111110100000111011111001101101010010110010110100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FA077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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