Html Css Color HEX #61A089 Patina

📋 copy color: '#61A089'

red 97 ◦ green 160 ◦ blue 137

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

Shades of Patina #61A089

Tints of Patina #61A089

RGB

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

 GREEN value IS 160 (62.89% from 255) = 40.61%

 BLUE value IS 137 (53.91% from 255) = 34.77%

R = 24.62%
G = 40.61%
B = 34.77%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.14

 K value IS 0.37

RGB Variations

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

Color information

#61A089 (or 0x61A089) is known color: Patina. HEX triplet: 61, A0 and 89. RGB value is (97,160,137). Sum of RGB (Red+Green+Blue) = 97+160+137=394 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.62% from 394); Green value is 160 (62.89% from 255 or 40.61% from 394); Blue value is 137 (53.91% from 255 or 34.77% from 394); Max value from RGB is 160 - color contains mainly: green. Hex color #61A089 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61A089 is #9E5F76. Grayscale: #8A8A8A. Windows color (decimal): -10379127 or 9019489. OLE color: 9019489.

HSL color Cylindrical-coordinate representation of color #61A089: hue angle of 158.1º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #61A089 is Cyan = 0.39, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.37.

Color convert

RGB 97 160 137 -
CMYK 0.39 0 0.14 0.37
HSL 158.1º 0.25% 0.5% -
HSV(B) 158.1º 0.39% 0.63% -
XYZ 22.02 29.49 28.2 -
YUV 138.54 127.13 98.37 -
System Red Green Blue C M Y K H S L
Decimal 97 160 137 0.39 0 0.14 0.37 158.1 0.25 0.5
Hex 61 A0 89 27 0 E 25 9E 19 32
Octal 141 240 211 47 0 16 45 236 31 62
Binary 1100001 10100000 10001001 100111 0 1110 100101 10011110 11001 110010

Color Harmonies of #61A089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61A089

Black with #61A089

Text Example


Text Example

White with #61A089

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,160,137); }

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

background-color css

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

 a { background-color: rgb(97,160,137); }

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

border-color css

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

 span { border-color: rgb(97,160,137); }

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