Html Css Color HEX #4F754E Killarney

📋 copy color: '#4F754E'

red 79 ◦ green 117 ◦ blue 78

#4F754E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Killarney #4F754E

Tints of Killarney #4F754E

RGB

 RED value IS 79 (31.25% from 255) = 28.83%

 GREEN value IS 117 (46.09% from 255) = 42.7%

 BLUE value IS 78 (30.86% from 255) = 28.47%

R = 28.83%
G = 42.7%
B = 28.47%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.33

 K value IS 0.54

RGB Variations

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

Color information

#4F754E (or 0x4F754E) is known color: 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

RGB 79 117 78 -
CMYK 0.32 0 0.33 0.54
HSL 118.46º 0.2% 0.38% -
HSV(B) 118.46º 0.33% 0.46% -
XYZ 10.96 14.93 9.51 -
YUV 101.19 114.91 112.17 -
System Red Green Blue C M Y K H S L
Decimal 79 117 78 0.32 0 0.33 0.54 118.46 0.2 0.38
Hex 4F 75 4E 20 0 21 36 76 14 26
Octal 117 165 116 40 0 41 66 166 24 46
Binary 1001111 1110101 1001110 100000 0 100001 110110 1110110 10100 100110

Color Harmonies of #4F754E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F754E

Black with #4F754E

Text Example


Text Example

White with #4F754E

Text Example


Text Example

HTML Codes & Css Web 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>