Html Css Color HEX #61A481 Patina

📋 copy color: '#61A481'

red 97 ◦ green 164 ◦ blue 129

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

Shades of Patina #61A481

Tints of Patina #61A481

RGB

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

 GREEN value IS 164 (64.45% from 255) = 42.05%

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

R = 24.87%
G = 42.05%
B = 33.08%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.21

 K value IS 0.36

RGB Variations

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

Color information

#61A481 (or 0x61A481) is known color: Patina. HEX triplet: 61, A4 and 81. RGB value is (97,164,129). Sum of RGB (Red+Green+Blue) = 97+164+129=390 (51% of max value = 765). Red value is 97 (38.28% from 255 or 24.87% from 390); Green value is 164 (64.45% from 255 or 42.05% from 390); Blue value is 129 (50.78% from 255 or 33.08% from 390); Max value from RGB is 164 - color contains mainly: green. Hex color #61A481 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61A481 is #9E5B7E. Grayscale: #8C8C8C. Windows color (decimal): -10378111 or 8496225. OLE color: 8496225.

HSL color Cylindrical-coordinate representation of color #61A481: hue angle of 148.66º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #61A481 is Cyan = 0.41, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.36.

Color convert

RGB 97 164 129 -
CMYK 0.41 0 0.21 0.36
HSL 148.66º 0.27% 0.51% -
HSV(B) 148.66º 0.41% 0.64% -
XYZ 22.17 30.68 25.52 -
YUV 139.98 121.8 97.35 -
System Red Green Blue C M Y K H S L
Decimal 97 164 129 0.41 0 0.21 0.36 148.66 0.27 0.51
Hex 61 A4 81 29 0 15 24 95 1B 33
Octal 141 244 201 51 0 25 44 225 33 63
Binary 1100001 10100100 10000001 101001 0 10101 100100 10010101 11011 110011

Color Harmonies of #61A481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61A481

Black with #61A481

Text Example


Text Example

White with #61A481

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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