Html Css Color HEX #61997D Patina

📋 copy color: '#61997D'

red 97 ◦ green 153 ◦ blue 125

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

Shades of Patina #61997D

Tints of Patina #61997D

RGB

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

 GREEN value IS 153 (60.16% from 255) = 40.8%

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

R = 25.87%
G = 40.8%
B = 33.33%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.18

 K value IS 0.4

RGB Variations

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

Color information

#61997D (or 0x61997D) is known color: Patina. HEX triplet: 61, 99 and 7D. RGB value is (97,153,125). Sum of RGB (Red+Green+Blue) = 97+153+125=375 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.87% from 375); Green value is 153 (60.16% from 255 or 40.8% from 375); Blue value is 125 (49.22% from 255 or 33.33% from 375); Max value from RGB is 153 - color contains mainly: green. Hex color #61997D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61997D is #9E6682. Grayscale: #858585. Windows color (decimal): -10380931 or 8231265. OLE color: 8231265.

HSL color Cylindrical-coordinate representation of color #61997D: hue angle of 150º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #61997D is Cyan = 0.37, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.4.

Color convert

RGB 97 153 125 -
CMYK 0.37 0 0.18 0.4
HSL 150º 0.22% 0.49% -
HSV(B) 150º 0.37% 0.6% -
XYZ 20.02 26.8 23.52 -
YUV 133.06 123.45 102.28 -
System Red Green Blue C M Y K H S L
Decimal 97 153 125 0.37 0 0.18 0.4 150 0.22 0.49
Hex 61 99 7D 25 0 12 28 96 16 31
Octal 141 231 175 45 0 22 50 226 26 61
Binary 1100001 10011001 1111101 100101 0 10010 101000 10010110 10110 110001

Color Harmonies of #61997D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61997D

Black with #61997D

Text Example


Text Example

White with #61997D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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