#61A284

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

Shades of Patina #61A284

Tints of Patina #61A284

Color information

#61A284 (or 0x61A284) is unknown color: approx Patina. HEX triplet: 61, A2 and 84. RGB value is (97,162,132). Sum of RGB (Red+Green+Blue) = 97+162+132=391 (51% of max value = 765). Red value is 97 (38.28% from 255 or 24.81% from 391); Green value is 162 (63.67% from 255 or 41.43% from 391); Blue value is 132 (51.95% from 255 or 33.76% from 391); Max value from RGB is 162 - color contains mainly: green. Hex color #61A284 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61A284 is #9E5D7B. Grayscale: #8B8B8B. Windows color (decimal): -10378620 or 8692321. OLE color: 8692321.

HSL color Cylindrical-coordinate representation of color #61A284: hue angle of 152.31º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #61A284 is Cyan = 0.40, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.36.

Color convert

RGB97162132-
CMYK0.4000.190.36
HSL152.31º25.9%50.78%-
HSV(B)152.31º40.12%63.53%-
XYZ22.0130.0526.47-
YUV139.14123.9797.94-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.81%
GREEN value IS 162 (63.67% from 255) = 41.43%
BLUE value IS 132 (51.95% from 255) = 33.76%
R=24.81%
G=41.43%
B=33.76%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal971621320.4000.190.36152.3125.950.78
Hex61A2842801324981a33
Octal14124220450023442303263
Binary110000110100010100001001010000100111001001001100011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61A284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,162,132); }

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

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

 a { background-color: rgb(97,162,132); }

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

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

 span { border-color: rgb(97,162,132); }

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