#4F906A

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

Shades of Ocean Green #4F906A

Tints of Ocean Green #4F906A

Color information

#4F906A (or 0x4F906A) is unknown color: approx Ocean Green. HEX triplet: 4F, 90 and 6A. RGB value is (79,144,106). Sum of RGB (Red+Green+Blue) = 79+144+106=329 (43% of max value = 765). Red value is 79 (31.25% from 255 or 24.01% from 329); Green value is 144 (56.64% from 255 or 43.77% from 329); Blue value is 106 (41.80% from 255 or 32.22% from 329); Max value from RGB is 144 - color contains mainly: green. Hex color #4F906A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F906A is #B06F95. Grayscale: #787878. Windows color (decimal): -11562902 or 6983759. OLE color: 6983759.

HSL color Cylindrical-coordinate representation of color #4F906A: hue angle of 144.92º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4F906A is Cyan = 0.45, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.44.

Color convert

RGB79144106-
CMYK0.4500.260.44
HSL144.92º29.15%43.73%-
HSV(B)144.92º45.14%56.47%-
XYZ15.822.6517.17-
YUV120.23119.9798.59-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 24.01%
GREEN value IS 144 (56.64% from 255) = 43.77%
BLUE value IS 106 (41.80% from 255) = 32.22%
R=24.01%
G=43.77%
B=32.22%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal791441060.4500.260.44144.9229.1543.73
Hex4F906A2D01A2C911d2c
Octal11722015255032542213554
Binary10011111001000011010101011010110101011001001000111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F906A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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