#4FAB70

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

Shades of Ocean Green #4FAB70

Tints of Ocean Green #4FAB70

Color information

#4FAB70 (or 0x4FAB70) is unknown color: approx Ocean Green. HEX triplet: 4F, AB and 70. RGB value is (79,171,112). Sum of RGB (Red+Green+Blue) = 79+171+112=362 (47% of max value = 765). Red value is 79 (31.25% from 255 or 21.82% from 362); Green value is 171 (67.19% from 255 or 47.24% from 362); Blue value is 112 (44.14% from 255 or 30.94% from 362); Max value from RGB is 171 - color contains mainly: green. Hex color #4FAB70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4FAB70 is #B0548F. Grayscale: #888888. Windows color (decimal): -11555984 or 7383887. OLE color: 7383887.

HSL color Cylindrical-coordinate representation of color #4FAB70: hue angle of 141.52º 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 #4FAB70 is Cyan = 0.54, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.33.

Color convert

RGB79171112-
CMYK0.5400.350.33
HSL141.52º36.8%49.02%-
HSV(B)141.52º53.8%67.06%-
XYZ20.7131.9620.41-
YUV136.77114.0286.8-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 21.82%
GREEN value IS 171 (67.19% from 255) = 47.24%
BLUE value IS 112 (44.14% from 255) = 30.94%
R=21.82%
G=47.24%
B=30.94%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal791711120.5400.350.33141.5236.849.02
Hex4FAB7036023218e2531
Octal11725316066043412164561
Binary1001111101010111110000110110010001110000110001110100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FAB70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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