#60A381

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

Shades of Patina #60A381

Tints of Patina #60A381

Color information

#60A381 (or 0x60A381) is unknown color: approx Patina. HEX triplet: 60, A3 and 81. RGB value is (96,163,129). Sum of RGB (Red+Green+Blue) = 96+163+129=388 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.74% from 388); Green value is 163 (64.06% from 255 or 42.01% from 388); Blue value is 129 (50.78% from 255 or 33.25% from 388); Max value from RGB is 163 - color contains mainly: green. Hex color #60A381 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60A381 is #9F5C7E. Grayscale: #8B8B8B. Windows color (decimal): -10443903 or 8495968. OLE color: 8495968.

HSL color Cylindrical-coordinate representation of color #60A381: hue angle of 149.55º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #60A381 is Cyan = 0.41, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.36.

Color convert

RGB96163129-
CMYK0.4100.210.36
HSL149.55º26.69%50.78%-
HSV(B)149.55º41.1%63.92%-
XYZ21.8830.2725.46-
YUV139.09122.397.26-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.74%
GREEN value IS 163 (64.06% from 255) = 42.01%
BLUE value IS 129 (50.78% from 255) = 33.25%
R=24.74%
G=42.01%
B=33.25%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal961631290.4100.210.36149.5526.6950.78
Hex60A3812901524961b33
Octal14024320151025442263363
Binary110000010100011100000011010010101011001001001011011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60A381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60A381; }

 p { color: rgb(96,163,129); }

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

<style>
 a { background-color: #60A381; }

 a { background-color: rgb(96,163,129); }

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

<style>
 span { border-color: #60A381; }

 span { border-color: rgb(96,163,129); }

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