Html Css Color HEX #61A191 Patina

📋 copy color: '#61A191'

red 97 ◦ green 161 ◦ blue 145

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

Shades of Patina #61A191

Tints of Patina #61A191

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 35.98%

R = 24.07%
G = 39.95%
B = 35.98%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.10

 K value IS 0.37

RGB Variations

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

Color information

#61A191 (or 0x61A191) is known color: Patina. HEX triplet: 61, A1 and 91. RGB value is (97,161,145). Sum of RGB (Red+Green+Blue) = 97+161+145=403 (53% of max value = 765). Red value is 97 (38.28% from 255 or 24.07% from 403); Green value is 161 (63.28% from 255 or 39.95% from 403); Blue value is 145 (57.03% from 255 or 35.98% from 403); Max value from RGB is 161 - color contains mainly: green. Hex color #61A191 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61A191 is #9E5E6E. Grayscale: #8C8C8C. Windows color (decimal): -10378863 or 9544033. OLE color: 9544033.

HSL color Cylindrical-coordinate representation of color #61A191: hue angle of 165º 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 #61A191 is Cyan = 0.40, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.37.

Color convert

RGB 97 161 145 -
CMYK 0.40 0 0.10 0.37
HSL 165º 0.25% 0.51% -
HSV(B) 165º 0.4% 0.63% -
XYZ 22.79 30.08 31.39 -
YUV 140.04 130.8 97.3 -
System Red Green Blue C M Y K H S L
Decimal 97 161 145 0.40 0 0.10 0.37 165 0.25 0.51
Hex 61 A1 91 28 0 A 25 A5 19 33
Octal 141 241 221 50 0 12 45 245 31 63
Binary 1100001 10100001 10010001 101000 0 1010 100101 10100101 11001 110011

Color Harmonies of #61A191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61A191

Black with #61A191

Text Example


Text Example

White with #61A191

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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