Html Css Color HEX #61A187 Patina

📋 copy color: '#61A187'

red 97 ◦ green 161 ◦ blue 135

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

Shades of Patina #61A187

Tints of Patina #61A187

RGB

 RED value IS 97 (38.28% from 255) = 24.68%

 GREEN value IS 161 (63.28% from 255) = 40.97%

 BLUE value IS 135 (53.13% from 255) = 34.35%

R = 24.68%
G = 40.97%
B = 34.35%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.16

 K value IS 0.37

RGB Variations

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

Color information

#61A187 (or 0x61A187) is known color: Patina. HEX triplet: 61, A1 and 87. RGB value is (97,161,135). Sum of RGB (Red+Green+Blue) = 97+161+135=393 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.68% from 393); Green value is 161 (63.28% from 255 or 40.97% from 393); Blue value is 135 (53.12% from 255 or 34.35% from 393); Max value from RGB is 161 - color contains mainly: green. Hex color #61A187 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61A187 is #9E5E78. Grayscale: #8A8A8A. Windows color (decimal): -10378873 or 8888673. OLE color: 8888673.

HSL color Cylindrical-coordinate representation of color #61A187: hue angle of 155.62º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #61A187 is Cyan = 0.40, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.37.

Color convert

RGB 97 161 135 -
CMYK 0.40 0 0.16 0.37
HSL 155.63º 0.25% 0.51% -
HSV(B) 155.63º 0.4% 0.63% -
XYZ 22.05 29.78 27.51 -
YUV 138.9 125.8 98.11 -
System Red Green Blue C M Y K H S L
Decimal 97 161 135 0.40 0 0.16 0.37 155.63 0.25 0.51
Hex 61 A1 87 28 0 10 25 9C 19 33
Octal 141 241 207 50 0 20 45 234 31 63
Binary 1100001 10100001 10000111 101000 0 10000 100101 10011100 11001 110011

Color Harmonies of #61A187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61A187

Black with #61A187

Text Example


Text Example

White with #61A187

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,161,135); }

 H1.HeaderClassName
 {
   color: #61A187;
 }
 .AnyTagClassName
 {
   color: #61A187;
 }
</style>

background-color css

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

 a { background-color: rgb(97,161,135); }

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

border-color css

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

 span { border-color: rgb(97,161,135); }

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