#4F9D6A

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

Shades of Ocean Green #4F9D6A

Tints of Ocean Green #4F9D6A

Color information

#4F9D6A (or 0x4F9D6A) is unknown color: approx Ocean Green. HEX triplet: 4F, 9D and 6A. RGB value is (79,157,106). Sum of RGB (Red+Green+Blue) = 79+157+106=342 (45% of max value = 765). Red value is 79 (31.25% from 255 or 23.10% from 342); Green value is 157 (61.72% from 255 or 45.91% from 342); Blue value is 106 (41.80% from 255 or 30.99% from 342); Max value from RGB is 157 - color contains mainly: green. Hex color #4F9D6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F9D6A is #B06295. Grayscale: #7F7F7F. Windows color (decimal): -11559574 or 6987087. OLE color: 6987087.

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

Color convert

RGB79157106-
CMYK0.5000.320.38
HSL140.77º33.05%46.27%-
HSV(B)140.77º49.68%61.57%-
XYZ17.8826.8217.87-
YUV127.86115.6693.15-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 23.10%
GREEN value IS 157 (61.72% from 255) = 45.91%
BLUE value IS 106 (41.80% from 255) = 30.99%
R=23.10%
G=45.91%
B=30.99%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal791571060.5000.320.38140.7733.0546.27
Hex4F9D6A32020268d212e
Octal11723515262040462154156
Binary1001111100111011101010110010010000010011010001101100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F9D6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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