Html Css Color HEX #61A181 Patina

📋 copy color: '#61A181'

red 97 ◦ green 161 ◦ blue 129

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

Shades of Patina #61A181

Tints of Patina #61A181

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 33.33%

R = 25.06%
G = 41.6%
B = 33.33%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.20

 K value IS 0.37

RGB Variations

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

Color information

#61A181 (or 0x61A181) is known color: Patina. HEX triplet: 61, A1 and 81. RGB value is (97,161,129). Sum of RGB (Red+Green+Blue) = 97+161+129=387 (51% of max value = 765). Red value is 97 (38.28% from 255 or 25.06% from 387); Green value is 161 (63.28% from 255 or 41.60% from 387); Blue value is 129 (50.78% from 255 or 33.33% from 387); Max value from RGB is 161 - color contains mainly: green. Hex color #61A181 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61A181 is #9E5E7E. Grayscale: #8A8A8A. Windows color (decimal): -10378879 or 8495457. OLE color: 8495457.

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

Color convert

RGB 97 161 129 -
CMYK 0.40 0 0.20 0.37
HSL 150º 0.25% 0.51% -
HSV(B) 150º 0.4% 0.63% -
XYZ 21.64 29.62 25.34 -
YUV 138.22 122.8 98.6 -
System Red Green Blue C M Y K H S L
Decimal 97 161 129 0.40 0 0.20 0.37 150 0.25 0.51
Hex 61 A1 81 28 0 14 25 96 19 33
Octal 141 241 201 50 0 24 45 226 31 63
Binary 1100001 10100001 10000001 101000 0 10100 100101 10010110 11001 110011

Color Harmonies of #61A181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61A181

Black with #61A181

Text Example


Text Example

White with #61A181

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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