#4F9C68

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

Shades of Ocean Green #4F9C68

Tints of Ocean Green #4F9C68

Color information

#4F9C68 (or 0x4F9C68) is unknown color: approx Ocean Green. HEX triplet: 4F, 9C and 68. RGB value is (79,156,104). Sum of RGB (Red+Green+Blue) = 79+156+104=339 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.30% from 339); Green value is 156 (61.33% from 255 or 46.02% from 339); Blue value is 104 (41.02% from 255 or 30.68% from 339); Max value from RGB is 156 - color contains mainly: green. Hex color #4F9C68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F9C68 is #B06397. Grayscale: #7F7F7F. Windows color (decimal): -11559832 or 6855759. OLE color: 6855759.

HSL color Cylindrical-coordinate representation of color #4F9C68: hue angle of 139.48º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4F9C68 is Cyan = 0.49, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.39.

Color convert

RGB79156104-
CMYK0.4900.330.39
HSL139.48º32.77%46.08%-
HSV(B)139.48º49.36%61.18%-
XYZ17.6126.4417.27-
YUV127.05114.9993.73-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 23.30%
GREEN value IS 156 (61.33% from 255) = 46.02%
BLUE value IS 104 (41.02% from 255) = 30.68%
R=23.30%
G=46.02%
B=30.68%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal791561040.4900.330.39139.4832.7746.08
Hex4F9C6831021278b212e
Octal11723415061041472134156
Binary1001111100111001101000110001010000110011110001011100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F9C68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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