#4F9670

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

Shades of Ocean Green #4F9670

Tints of Ocean Green #4F9670

Color information

#4F9670 (or 0x4F9670) is unknown color: approx Ocean Green. HEX triplet: 4F, 96 and 70. RGB value is (79,150,112). Sum of RGB (Red+Green+Blue) = 79+150+112=341 (45% of max value = 765). Red value is 79 (31.25% from 255 or 23.17% from 341); Green value is 150 (58.98% from 255 or 43.99% from 341); Blue value is 112 (44.14% from 255 or 32.84% from 341); Max value from RGB is 150 - color contains mainly: green. Hex color #4F9670 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F9670 is #B0698F. Grayscale: #7C7C7C. Windows color (decimal): -11561360 or 7378511. OLE color: 7378511.

HSL color Cylindrical-coordinate representation of color #4F9670: hue angle of 147.89º 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 #4F9670 is Cyan = 0.47, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.41.

Color convert

RGB79150112-
CMYK0.4700.250.41
HSL147.89º31%44.9%-
HSV(B)147.89º47.33%58.82%-
XYZ17.0624.6419.19-
YUV124.44120.9895.59-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 23.17%
GREEN value IS 150 (58.98% from 255) = 43.99%
BLUE value IS 112 (44.14% from 255) = 32.84%
R=23.17%
G=43.99%
B=32.84%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal791501120.4700.250.41147.893144.9
Hex4F96702F01929941f2d
Octal11722616057031512243755
Binary10011111001011011100001011110110011010011001010011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F9670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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