Html Css Color HEX #61A583 Patina

📋 copy color: '#61A583'

red 97 ◦ green 165 ◦ blue 131

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

Shades of Patina #61A583

Tints of Patina #61A583

RGB

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

 GREEN value IS 165 (64.84% from 255) = 41.98%

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

R = 24.68%
G = 41.98%
B = 33.33%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.21

 K value IS 0.35

RGB Variations

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

Color information

#61A583 (or 0x61A583) is known color: Patina. HEX triplet: 61, A5 and 83. RGB value is (97,165,131). Sum of RGB (Red+Green+Blue) = 97+165+131=393 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.68% from 393); Green value is 165 (64.84% from 255 or 41.98% from 393); Blue value is 131 (51.56% from 255 or 33.33% from 393); Max value from RGB is 165 - color contains mainly: green. Hex color #61A583 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61A583 is #9E5A7C. Grayscale: #8C8C8C. Windows color (decimal): -10377853 or 8627553. OLE color: 8627553.

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

Color convert

RGB 97 165 131 -
CMYK 0.41 0 0.21 0.35
HSL 150º 0.27% 0.51% -
HSV(B) 150º 0.41% 0.65% -
XYZ 22.48 31.09 26.29 -
YUV 140.79 122.47 96.76 -
System Red Green Blue C M Y K H S L
Decimal 97 165 131 0.41 0 0.21 0.35 150 0.27 0.51
Hex 61 A5 83 29 0 15 23 96 1B 33
Octal 141 245 203 51 0 25 43 226 33 63
Binary 1100001 10100101 10000011 101001 0 10101 100011 10010110 11011 110011

Color Harmonies of #61A583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61A583

Black with #61A583

Text Example


Text Example

White with #61A583

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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