Html Css Color HEX #506F50 Killarney

📋 copy color: '#506F50'

red 80 ◦ green 111 ◦ blue 80

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

Shades of Killarney #506F50

Tints of Killarney #506F50

RGB

 RED value IS 80 (31.64% from 255) = 29.52%

 GREEN value IS 111 (43.75% from 255) = 40.96%

 BLUE value IS 80 (31.64% from 255) = 29.52%

R = 29.52%
G = 40.96%
B = 29.52%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.28

 K value IS 0.56

RGB Variations

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

Color information

#506F50 (or 0x506F50) is known color: Killarney. HEX triplet: 50, 6F and 50. RGB value is (80,111,80). Sum of RGB (Red+Green+Blue) = 80+111+80=271 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.52% from 271); Green value is 111 (43.75% from 255 or 40.96% from 271); Blue value is 80 (31.64% from 255 or 29.52% from 271); Max value from RGB is 111 - color contains mainly: green. Hex color #506F50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506F50 is #AF90AF. Grayscale: #626262. Windows color (decimal): -11505840 or 5271376. OLE color: 5271376.

HSL color Cylindrical-coordinate representation of color #506F50: hue angle of 120º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #506F50 is Cyan = 0.28, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.56.

Color convert

RGB 80 111 80 -
CMYK 0.28 0 0.28 0.56
HSL 120º 0.16% 0.37% -
HSV(B) 120º 0.28% 0.44% -
XYZ 10.44 13.65 9.67 -
YUV 98.2 117.73 115.02 -
System Red Green Blue C M Y K H S L
Decimal 80 111 80 0.28 0 0.28 0.56 120 0.16 0.37
Hex 50 6F 50 1C 0 1C 38 78 10 25
Octal 120 157 120 34 0 34 70 170 20 45
Binary 1010000 1101111 1010000 11100 0 11100 111000 1111000 10000 100101

Color Harmonies of #506F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506F50

Black with #506F50

Text Example


Text Example

White with #506F50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506F50; }

 p { color: rgb(80,111,80); }

 H1.HeaderClassName
 {
   color: #506F50;
 }
 .AnyTagClassName
 {
   color: #506F50;
 }
</style>

background-color css

<style>
 a { background-color: #506F50; }

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

 div.DivClassName
 {
   background-color: #506F50;
 }
 .BgClassName
 {
   background-color: #506F50;
 }
</style>

border-color css

<style>
 span { border-color: #506F50; }

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

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