Html Css Color HEX #61A58D Patina

📋 copy color: '#61A58D'

red 97 ◦ green 165 ◦ blue 141

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

Shades of Patina #61A58D

Tints of Patina #61A58D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 34.99%

R = 24.07%
G = 40.94%
B = 34.99%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.15

 K value IS 0.35

RGB Variations

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

Color information

#61A58D (or 0x61A58D) is known color: Patina. HEX triplet: 61, A5 and 8D. RGB value is (97,165,141). Sum of RGB (Red+Green+Blue) = 97+165+141=403 (53% of max value = 765). Red value is 97 (38.28% from 255 or 24.07% from 403); Green value is 165 (64.84% from 255 or 40.94% from 403); Blue value is 141 (55.47% from 255 or 34.99% from 403); Max value from RGB is 165 - color contains mainly: green. Hex color #61A58D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61A58D is #9E5A72. Grayscale: #8D8D8D. Windows color (decimal): -10377843 or 9282913. OLE color: 9282913.

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

Color convert

RGB 97 165 141 -
CMYK 0.41 0 0.15 0.35
HSL 158.82º 0.27% 0.51% -
HSV(B) 158.82º 0.41% 0.65% -
XYZ 23.19 31.37 30.03 -
YUV 141.93 127.47 95.95 -
System Red Green Blue C M Y K H S L
Decimal 97 165 141 0.41 0 0.15 0.35 158.82 0.27 0.51
Hex 61 A5 8D 29 0 F 23 9F 1B 33
Octal 141 245 215 51 0 17 43 237 33 63
Binary 1100001 10100101 10001101 101001 0 1111 100011 10011111 11011 110011

Color Harmonies of #61A58D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61A58D

Black with #61A58D

Text Example


Text Example

White with #61A58D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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