Html Css Color HEX #61997E Patina

📋 copy color: '#61997E'

red 97 ◦ green 153 ◦ blue 126

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

Shades of Patina #61997E

Tints of Patina #61997E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 33.51%

R = 25.8%
G = 40.69%
B = 33.51%

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

#61997E (or 0x61997E) is known color: Patina. HEX triplet: 61, 99 and 7E. RGB value is (97,153,126). Sum of RGB (Red+Green+Blue) = 97+153+126=376 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.80% from 376); Green value is 153 (60.16% from 255 or 40.69% from 376); Blue value is 126 (49.61% from 255 or 33.51% from 376); Max value from RGB is 153 - color contains mainly: green. Hex color #61997E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61997E is #9E6681. Grayscale: #858585. Windows color (decimal): -10380930 or 8296801. OLE color: 8296801.

HSL color Cylindrical-coordinate representation of color #61997E: hue angle of 151.07º 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 #61997E is Cyan = 0.37, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.4.

Color convert

RGB 97 153 126 -
CMYK 0.37 0 0.18 0.4
HSL 151.07º 0.22% 0.49% -
HSV(B) 151.07º 0.37% 0.6% -
XYZ 20.09 26.83 23.86 -
YUV 133.18 123.95 102.2 -
System Red Green Blue C M Y K H S L
Decimal 97 153 126 0.37 0 0.18 0.4 151.07 0.22 0.49
Hex 61 99 7E 25 0 12 28 97 16 31
Octal 141 231 176 45 0 22 50 227 26 61
Binary 1100001 10011001 1111110 100101 0 10010 101000 10010111 10110 110001

Color Harmonies of #61997E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61997E

Black with #61997E

Text Example


Text Example

White with #61997E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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