#4F986A

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

Shades of Ocean Green #4F986A

Tints of Ocean Green #4F986A

Color information

#4F986A (or 0x4F986A) is unknown color: approx Ocean Green. HEX triplet: 4F, 98 and 6A. RGB value is (79,152,106). Sum of RGB (Red+Green+Blue) = 79+152+106=337 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.44% from 337); Green value is 152 (59.77% from 255 or 45.10% from 337); Blue value is 106 (41.80% from 255 or 31.45% from 337); Max value from RGB is 152 - color contains mainly: green. Hex color #4F986A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F986A is #B06795. Grayscale: #7D7D7D. Windows color (decimal): -11560854 or 6985807. OLE color: 6985807.

HSL color Cylindrical-coordinate representation of color #4F986A: hue angle of 142.19º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4F986A is Cyan = 0.48, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.40.

Color convert

RGB79152106-
CMYK0.4800.300.40
HSL142.19º31.6%45.29%-
HSV(B)142.19º48.03%59.61%-
XYZ17.0525.1617.59-
YUV124.93117.3295.24-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 23.44%
GREEN value IS 152 (59.77% from 255) = 45.10%
BLUE value IS 106 (41.80% from 255) = 31.45%
R=23.44%
G=45.10%
B=31.45%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal791521060.4800.300.40142.1931.645.29
Hex4F986A3001E288e202d
Octal11723015260036502164055
Binary100111110011000110101011000001111010100010001110100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F986A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,152,106); }

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

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

 a { background-color: rgb(79,152,106); }

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

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

 span { border-color: rgb(79,152,106); }

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