Html Css Color HEX #61A483 Patina

📋 copy color: '#61A483'

red 97 ◦ green 164 ◦ blue 131

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

Shades of Patina #61A483

Tints of Patina #61A483

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 33.42%

R = 24.74%
G = 41.84%
B = 33.42%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.20

 K value IS 0.36

RGB Variations

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

Color information

#61A483 (or 0x61A483) is known color: Patina. HEX triplet: 61, A4 and 83. RGB value is (97,164,131). Sum of RGB (Red+Green+Blue) = 97+164+131=392 (51% of max value = 765). Red value is 97 (38.28% from 255 or 24.74% from 392); Green value is 164 (64.45% from 255 or 41.84% from 392); Blue value is 131 (51.56% from 255 or 33.42% from 392); Max value from RGB is 164 - color contains mainly: green. Hex color #61A483 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61A483 is #9E5B7C. Grayscale: #8C8C8C. Windows color (decimal): -10378109 or 8627297. OLE color: 8627297.

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

Color convert

RGB 97 164 131 -
CMYK 0.41 0 0.20 0.36
HSL 150.45º 0.27% 0.51% -
HSV(B) 150.45º 0.41% 0.64% -
XYZ 22.3 30.73 26.23 -
YUV 140.21 122.8 97.18 -
System Red Green Blue C M Y K H S L
Decimal 97 164 131 0.41 0 0.20 0.36 150.45 0.27 0.51
Hex 61 A4 83 29 0 14 24 96 1B 33
Octal 141 244 203 51 0 24 44 226 33 63
Binary 1100001 10100100 10000011 101001 0 10100 100100 10010110 11011 110011

Color Harmonies of #61A483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61A483

Black with #61A483

Text Example


Text Example

White with #61A483

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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