#4F9977

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

Shades of Ocean Green #4F9977

Tints of Ocean Green #4F9977

Color information

#4F9977 (or 0x4F9977) is unknown color: approx Ocean Green. HEX triplet: 4F, 99 and 77. RGB value is (79,153,119). Sum of RGB (Red+Green+Blue) = 79+153+119=351 (46% of max value = 765). Red value is 79 (31.25% from 255 or 22.51% from 351); Green value is 153 (60.16% from 255 or 43.59% from 351); Blue value is 119 (46.88% from 255 or 33.90% from 351); Max value from RGB is 153 - color contains mainly: green. Hex color #4F9977 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F9977 is #B06688. Grayscale: #7F7F7F. Windows color (decimal): -11560585 or 7838031. OLE color: 7838031.

HSL color Cylindrical-coordinate representation of color #4F9977: hue angle of 152.43º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4F9977 is Cyan = 0.48, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.4.

Color convert

RGB79153119-
CMYK0.4800.220.4
HSL152.43º31.9%45.49%-
HSV(B)152.43º48.37%60%-
XYZ17.9525.7821.48-
YUV127123.4893.76-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 22.51%
GREEN value IS 153 (60.16% from 255) = 43.59%
BLUE value IS 119 (46.88% from 255) = 33.90%
R=22.51%
G=43.59%
B=33.90%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal791531190.4800.220.4152.4331.945.49
Hex4F9977300162898202d
Octal11723116760026502304055
Binary100111110011001111011111000001011010100010011000100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F9977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,153,119); }

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

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

 a { background-color: rgb(79,153,119); }

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

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

 span { border-color: rgb(79,153,119); }

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