#5C9079

Color #5C9079 Patina (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Patina #5C9079

Tints of Patina #5C9079

Color information

#5C9079 (or 0x5C9079) is unknown color: approx Patina. HEX triplet: 5C, 90 and 79. RGB value is (92,144,121). Sum of RGB (Red+Green+Blue) = 92+144+121=357 (47% of max value = 765). Red value is 92 (36.33% from 255 or 25.77% from 357); Green value is 144 (56.64% from 255 or 40.34% from 357); Blue value is 121 (47.66% from 255 or 33.89% from 357); Max value from RGB is 144 - color contains mainly: green. Hex color #5C9079 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C9079 is #A36F86. Grayscale: #7D7D7D. Windows color (decimal): -10710919 or 7966812. OLE color: 7966812.

HSL color Cylindrical-coordinate representation of color #5C9079: hue angle of 153.46º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5C9079 is Cyan = 0.36, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.44.

Color convert

RGB92144121-
CMYK0.3600.160.44
HSL153.46º22.03%46.27%-
HSV(B)153.46º36.11%56.47%-
XYZ17.8423.621.7-
YUV125.83125.27103.87-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 25.77%
GREEN value IS 144 (56.64% from 255) = 40.34%
BLUE value IS 121 (47.66% from 255) = 33.89%
R=25.77%
G=40.34%
B=33.89%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal921441210.3600.160.44153.4622.0346.27
Hex5C9079240102C99162e
Octal13422017144020542312656
Binary10111001001000011110011001000100001011001001100110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C9079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5C9079; }

 p { color: rgb(92,144,121); }

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

<style>
 a { background-color: #5C9079; }

 a { background-color: rgb(92,144,121); }

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

<style>
 span { border-color: #5C9079; }

 span { border-color: rgb(92,144,121); }

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