#4FB770

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

Shades of Ocean Green #4FB770

Tints of Ocean Green #4FB770

Color information

#4FB770 (or 0x4FB770) is unknown color: approx Ocean Green. HEX triplet: 4F, B7 and 70. RGB value is (79,183,112). Sum of RGB (Red+Green+Blue) = 79+183+112=374 (49% of max value = 765). Red value is 79 (31.25% from 255 or 21.12% from 374); Green value is 183 (71.88% from 255 or 48.93% from 374); Blue value is 112 (44.14% from 255 or 29.95% from 374); Max value from RGB is 183 - color contains mainly: green. Hex color #4FB770 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4FB770 is #B0488F. Grayscale: #8F8F8F. Windows color (decimal): -11552912 or 7386959. OLE color: 7386959.

HSL color Cylindrical-coordinate representation of color #4FB770: hue angle of 139.04º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4FB770 is Cyan = 0.57, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.28.

Color convert

RGB79183112-
CMYK0.5700.390.28
HSL139.04º41.94%51.37%-
HSV(B)139.04º56.83%71.76%-
XYZ23.0836.721.2-
YUV143.81110.0481.77-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 21.12%
GREEN value IS 183 (71.88% from 255) = 48.93%
BLUE value IS 112 (44.14% from 255) = 29.95%
R=21.12%
G=48.93%
B=29.95%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal791831120.5700.390.28139.0441.9451.37
Hex4FB770390271C8b2a33
Octal11726716071047342135263
Binary100111110110111111000011100101001111110010001011101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FB770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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