Html Css Color HEX #61957D Patina

📋 copy color: '#61957D'

red 97 ◦ green 149 ◦ blue 125

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

Shades of Patina #61957D

Tints of Patina #61957D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 40.16%

 BLUE value IS 125 (49.22% from 255) = 33.69%

R = 26.15%
G = 40.16%
B = 33.69%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#61957D (or 0x61957D) is known color: Patina. HEX triplet: 61, 95 and 7D. RGB value is (97,149,125). Sum of RGB (Red+Green+Blue) = 97+149+125=371 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.15% from 371); Green value is 149 (58.59% from 255 or 40.16% from 371); Blue value is 125 (49.22% from 255 or 33.69% from 371); Max value from RGB is 149 - color contains mainly: green. Hex color #61957D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61957D is #9E6A82. Grayscale: #828282. Windows color (decimal): -10381955 or 8230241. OLE color: 8230241.

HSL color Cylindrical-coordinate representation of color #61957D: hue angle of 152.31º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #61957D is Cyan = 0.35, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB 97 149 125 -
CMYK 0.35 0 0.16 0.42
HSL 152.31º 0.21% 0.48% -
HSV(B) 152.31º 0.35% 0.58% -
XYZ 19.38 25.52 23.31 -
YUV 130.72 124.77 103.95 -
System Red Green Blue C M Y K H S L
Decimal 97 149 125 0.35 0 0.16 0.42 152.31 0.21 0.48
Hex 61 95 7D 23 0 10 2A 98 15 30
Octal 141 225 175 43 0 20 52 230 25 60
Binary 1100001 10010101 1111101 100011 0 10000 101010 10011000 10101 110000

Color Harmonies of #61957D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61957D

Black with #61957D

Text Example


Text Example

White with #61957D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61957D; }

 p { color: rgb(97,149,125); }

 H1.HeaderClassName
 {
   color: #61957D;
 }
 .AnyTagClassName
 {
   color: #61957D;
 }
</style>

background-color css

<style>
 a { background-color: #61957D; }

 a { background-color: rgb(97,149,125); }

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

border-color css

<style>
 span { border-color: #61957D; }

 span { border-color: rgb(97,149,125); }

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