#61A481

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

Shades of Patina #61A481

Tints of Patina #61A481

Color information

#61A481 (or 0x61A481) is unknown color: approx Patina. HEX triplet: 61, A4 and 81. RGB value is (97,164,129). Sum of RGB (Red+Green+Blue) = 97+164+129=390 (51% of max value = 765). Red value is 97 (38.28% from 255 or 24.87% from 390); Green value is 164 (64.45% from 255 or 42.05% from 390); Blue value is 129 (50.78% from 255 or 33.08% from 390); Max value from RGB is 164 - color contains mainly: green. Hex color #61A481 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61A481 is #9E5B7E. Grayscale: #8C8C8C. Windows color (decimal): -10378111 or 8496225. OLE color: 8496225.

HSL color Cylindrical-coordinate representation of color #61A481: hue angle of 148.66º 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 #61A481 is Cyan = 0.41, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.36.

Color convert

RGB97164129-
CMYK0.4100.210.36
HSL148.66º26.91%51.18%-
HSV(B)148.66º40.85%64.31%-
XYZ22.1730.6825.52-
YUV139.98121.897.35-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.87%
GREEN value IS 164 (64.45% from 255) = 42.05%
BLUE value IS 129 (50.78% from 255) = 33.08%
R=24.87%
G=42.05%
B=33.08%

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
Decimal971641290.4100.210.36148.6626.9151.18
Hex61A4812901524951b33
Octal14124420151025442253363
Binary110000110100100100000011010010101011001001001010111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61A481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61A481; }

 p { color: rgb(97,164,129); }

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

<style>
 a { background-color: #61A481; }

 a { background-color: rgb(97,164,129); }

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

<style>
 span { border-color: #61A481; }

 span { border-color: rgb(97,164,129); }

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