#4F9F68

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

Shades of Ocean Green #4F9F68

Tints of Ocean Green #4F9F68

Color information

#4F9F68 (or 0x4F9F68) is unknown color: approx Ocean Green. HEX triplet: 4F, 9F and 68. RGB value is (79,159,104). Sum of RGB (Red+Green+Blue) = 79+159+104=342 (45% of max value = 765). Red value is 79 (31.25% from 255 or 23.10% from 342); Green value is 159 (62.5% from 255 or 46.49% from 342); Blue value is 104 (41.02% from 255 or 30.41% from 342); Max value from RGB is 159 - color contains mainly: green. Hex color #4F9F68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F9F68 is #B06097. Grayscale: #808080. Windows color (decimal): -11559064 or 6856527. OLE color: 6856527.

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

Color convert

RGB79159104-
CMYK0.5000.350.38
HSL138.75º33.61%46.67%-
HSV(B)138.75º50.31%62.35%-
XYZ18.1227.4617.44-
YUV128.8111492.47-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 23.10%
GREEN value IS 159 (62.5% from 255) = 46.49%
BLUE value IS 104 (41.02% from 255) = 30.41%
R=23.10%
G=46.49%
B=30.41%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal791591040.5000.350.38138.7533.6146.67
Hex4F9F6832023268b222f
Octal11723715062043462134257
Binary1001111100111111101000110010010001110011010001011100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F9F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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