#4F976C

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

Shades of Ocean Green #4F976C

Tints of Ocean Green #4F976C

Color information

#4F976C (or 0x4F976C) is unknown color: approx Ocean Green. HEX triplet: 4F, 97 and 6C. RGB value is (79,151,108). Sum of RGB (Red+Green+Blue) = 79+151+108=338 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.37% from 338); Green value is 151 (59.38% from 255 or 44.67% from 338); Blue value is 108 (42.58% from 255 or 31.95% from 338); Max value from RGB is 151 - color contains mainly: green. Hex color #4F976C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F976C is #B06893. Grayscale: #7C7C7C. Windows color (decimal): -11561108 or 7116623. OLE color: 7116623.

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

Color convert

RGB79151108-
CMYK0.4800.280.41
HSL144.17º31.3%45.1%-
HSV(B)144.17º47.68%59.22%-
XYZ1724.8818.09-
YUV124.57118.6595.5-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 23.37%
GREEN value IS 151 (59.38% from 255) = 44.67%
BLUE value IS 108 (42.58% from 255) = 31.95%
R=23.37%
G=44.67%
B=31.95%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal791511080.4800.280.41144.1731.345.1
Hex4F976C3001C29901f2d
Octal11722715460034512203755
Binary10011111001011111011001100000111001010011001000011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F976C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,151,108); }

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

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

 a { background-color: rgb(79,151,108); }

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

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

 span { border-color: rgb(79,151,108); }

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