#4F966A

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

Shades of Ocean Green #4F966A

Tints of Ocean Green #4F966A

Color information

#4F966A (or 0x4F966A) is unknown color: approx Ocean Green. HEX triplet: 4F, 96 and 6A. RGB value is (79,150,106). Sum of RGB (Red+Green+Blue) = 79+150+106=335 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.58% from 335); Green value is 150 (58.98% from 255 or 44.78% from 335); Blue value is 106 (41.80% from 255 or 31.64% from 335); Max value from RGB is 150 - color contains mainly: green. Hex color #4F966A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F966A is #B06995. Grayscale: #7B7B7B. Windows color (decimal): -11561366 or 6985295. OLE color: 6985295.

HSL color Cylindrical-coordinate representation of color #4F966A: hue angle of 142.82º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4F966A is Cyan = 0.47, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.41.

Color convert

RGB79150106-
CMYK0.4700.290.41
HSL142.82º31%44.9%-
HSV(B)142.82º47.33%58.82%-
XYZ16.7324.5217.49-
YUV123.76117.9896.08-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 23.58%
GREEN value IS 150 (58.98% from 255) = 44.78%
BLUE value IS 106 (41.80% from 255) = 31.64%
R=23.58%
G=44.78%
B=31.64%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal791501060.4700.290.41142.823144.9
Hex4F966A2F01D298f1f2d
Octal11722615257035512173755
Binary10011111001011011010101011110111011010011000111111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F966A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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