#4F9F6E

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

Shades of Ocean Green #4F9F6E

Tints of Ocean Green #4F9F6E

Color information

#4F9F6E (or 0x4F9F6E) is unknown color: approx Ocean Green. HEX triplet: 4F, 9F and 6E. RGB value is (79,159,110). Sum of RGB (Red+Green+Blue) = 79+159+110=348 (46% of max value = 765). Red value is 79 (31.25% from 255 or 22.70% from 348); Green value is 159 (62.5% from 255 or 45.69% from 348); Blue value is 110 (43.36% from 255 or 31.61% from 348); Max value from RGB is 159 - color contains mainly: green. Hex color #4F9F6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F9F6E is #B06091. Grayscale: #818181. Windows color (decimal): -11559058 or 7249743. OLE color: 7249743.

HSL color Cylindrical-coordinate representation of color #4F9F6E: hue angle of 143.25º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4F9F6E is Cyan = 0.50, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.38.

Color convert

RGB79159110-
CMYK0.5000.310.38
HSL143.25º33.61%46.67%-
HSV(B)143.25º50.31%62.35%-
XYZ18.4427.5819.1-
YUV129.4911791.98-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 22.70%
GREEN value IS 159 (62.5% from 255) = 45.69%
BLUE value IS 110 (43.36% from 255) = 31.61%
R=22.70%
G=45.69%
B=31.61%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal791591100.5000.310.38143.2533.6146.67
Hex4F9F6E3201F268f222f
Octal11723715662037462174257
Binary100111110011111110111011001001111110011010001111100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F9F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,159,110); }

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

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

 a { background-color: rgb(79,159,110); }

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

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

 span { border-color: rgb(79,159,110); }

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