#4F754E

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

Shades of Killarney #4F754E

Tints of Killarney #4F754E

Color information

#4F754E (or 0x4F754E) is unknown color: approx Killarney. HEX triplet: 4F, 75 and 4E. RGB value is (79,117,78). Sum of RGB (Red+Green+Blue) = 79+117+78=274 (36% of max value = 765). Red value is 79 (31.25% from 255 or 28.83% from 274); Green value is 117 (46.09% from 255 or 42.70% from 274); Blue value is 78 (30.86% from 255 or 28.47% from 274); Max value from RGB is 117 - color contains mainly: green. Hex color #4F754E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F754E is #B08AB1. Grayscale: #656565. Windows color (decimal): -11569842 or 5141839. OLE color: 5141839.

HSL color Cylindrical-coordinate representation of color #4F754E: hue angle of 118.46º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #4F754E is Cyan = 0.32, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.54.

Color convert

RGB7911778-
CMYK0.3200.330.54
HSL118.46º20%38.24%-
HSV(B)118.46º33.33%45.88%-
XYZ10.9614.939.51-
YUV101.19114.91112.17-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 28.83%
GREEN value IS 117 (46.09% from 255) = 42.70%
BLUE value IS 78 (30.86% from 255) = 28.47%
R=28.83%
G=42.70%
B=28.47%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal79117780.3200.330.54118.462038.24
Hex4F754E2002136761426
Octal11716511640041661662446
Binary1001111111010110011101000000100001110110111011010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F754E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,117,78); }

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

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

 a { background-color: rgb(79,117,78); }

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

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

 span { border-color: rgb(79,117,78); }

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