#4F896F

Color #4F896F Cutty Sark (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cutty Sark #4F896F

Tints of Cutty Sark #4F896F

Color information

#4F896F (or 0x4F896F) is unknown color: approx Cutty Sark. HEX triplet: 4F, 89 and 6F. RGB value is (79,137,111). Sum of RGB (Red+Green+Blue) = 79+137+111=327 (43% of max value = 765). Red value is 79 (31.25% from 255 or 24.16% from 327); Green value is 137 (53.91% from 255 or 41.90% from 327); Blue value is 111 (43.75% from 255 or 33.94% from 327); Max value from RGB is 137 - color contains mainly: green. Hex color #4F896F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F896F is #B07690. Grayscale: #747474. Windows color (decimal): -11564689 or 7309647. OLE color: 7309647.

HSL color Cylindrical-coordinate representation of color #4F896F: hue angle of 153.1º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4F896F is Cyan = 0.42, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.46.

Color convert

RGB79137111-
CMYK0.4200.190.46
HSL153.1º26.85%42.35%-
HSV(B)153.1º42.34%53.73%-
XYZ15.0420.718.24-
YUV116.69124.78101.11-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 24.16%
GREEN value IS 137 (53.91% from 255) = 41.90%
BLUE value IS 111 (43.75% from 255) = 33.94%
R=24.16%
G=41.90%
B=33.94%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal791371110.4200.190.46153.126.8542.35
Hex4F896F2A0132E991b2a
Octal11721115752023562313352
Binary10011111000100111011111010100100111011101001100111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F896F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,137,111); }

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

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

 a { background-color: rgb(79,137,111); }

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

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

 span { border-color: rgb(79,137,111); }

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