#4F876E

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

Shades of Cutty Sark #4F876E

Tints of Cutty Sark #4F876E

Color information

#4F876E (or 0x4F876E) is unknown color: approx Cutty Sark. HEX triplet: 4F, 87 and 6E. RGB value is (79,135,110). Sum of RGB (Red+Green+Blue) = 79+135+110=324 (42% of max value = 765). Red value is 79 (31.25% from 255 or 24.38% from 324); Green value is 135 (53.12% from 255 or 41.67% from 324); Blue value is 110 (43.36% from 255 or 33.95% from 324); Max value from RGB is 135 - color contains mainly: green. Hex color #4F876E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F876E is #B07891. Grayscale: #737373. Windows color (decimal): -11565202 or 7243599. OLE color: 7243599.

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

Color convert

RGB79135110-
CMYK0.4100.190.47
HSL153.21º26.17%41.96%-
HSV(B)153.21º41.48%52.94%-
XYZ14.720.1217.86-
YUV115.41124.95102.03-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 24.38%
GREEN value IS 135 (53.12% from 255) = 41.67%
BLUE value IS 110 (43.36% from 255) = 33.95%
R=24.38%
G=41.67%
B=33.95%

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
Decimal791351100.4100.190.47153.2126.1741.96
Hex4F876E290132F991a2a
Octal11720715651023572313252
Binary10011111000011111011101010010100111011111001100111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F876E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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