#4F876D

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

Shades of Cutty Sark #4F876D

Tints of Cutty Sark #4F876D

Color information

#4F876D (or 0x4F876D) is unknown color: approx Cutty Sark. HEX triplet: 4F, 87 and 6D. RGB value is (79,135,109). Sum of RGB (Red+Green+Blue) = 79+135+109=323 (42% of max value = 765). Red value is 79 (31.25% from 255 or 24.46% from 323); Green value is 135 (53.12% from 255 or 41.80% from 323); Blue value is 109 (42.97% from 255 or 33.75% from 323); Max value from RGB is 135 - color contains mainly: green. Hex color #4F876D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F876D is #B07892. Grayscale: #737373. Windows color (decimal): -11565203 or 7178063. OLE color: 7178063.

HSL color Cylindrical-coordinate representation of color #4F876D: hue angle of 152.14º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4F876D is Cyan = 0.41, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB79135109-
CMYK0.4100.190.47
HSL152.14º26.17%41.96%-
HSV(B)152.14º41.48%52.94%-
XYZ14.6520.0917.57-
YUV115.29124.45102.11-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 24.46%
GREEN value IS 135 (53.12% from 255) = 41.80%
BLUE value IS 109 (42.97% from 255) = 33.75%
R=24.46%
G=41.80%
B=33.75%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal791351090.4100.190.47152.1426.1741.96
Hex4F876D290132F981a2a
Octal11720715551023572303252
Binary10011111000011111011011010010100111011111001100011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F876D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,135,109); }

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

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

 a { background-color: rgb(79,135,109); }

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

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

 span { border-color: rgb(79,135,109); }

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