Html Css Color HEX #61947A Patina

📋 copy color: '#61947A'

red 97 ◦ green 148 ◦ blue 122

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

Shades of Patina #61947A

Tints of Patina #61947A

RGB

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

 GREEN value IS 148 (58.2% from 255) = 40.33%

 BLUE value IS 122 (48.05% from 255) = 33.24%

R = 26.43%
G = 40.33%
B = 33.24%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#61947A (or 0x61947A) is known color: Patina. HEX triplet: 61, 94 and 7A. RGB value is (97,148,122). Sum of RGB (Red+Green+Blue) = 97+148+122=367 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.43% from 367); Green value is 148 (58.20% from 255 or 40.33% from 367); Blue value is 122 (48.05% from 255 or 33.24% from 367); Max value from RGB is 148 - color contains mainly: green. Hex color #61947A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61947A is #9E6B85. Grayscale: #818181. Windows color (decimal): -10382214 or 8033377. OLE color: 8033377.

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

Color convert

RGB 97 148 122 -
CMYK 0.34 0 0.18 0.42
HSL 149.41º 0.21% 0.48% -
HSV(B) 149.41º 0.34% 0.58% -
XYZ 19.03 25.13 22.26 -
YUV 129.79 123.6 104.61 -
System Red Green Blue C M Y K H S L
Decimal 97 148 122 0.34 0 0.18 0.42 149.41 0.21 0.48
Hex 61 94 7A 22 0 12 2A 95 15 30
Octal 141 224 172 42 0 22 52 225 25 60
Binary 1100001 10010100 1111010 100010 0 10010 101010 10010101 10101 110000

Color Harmonies of #61947A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61947A

Black with #61947A

Text Example


Text Example

White with #61947A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61947A; }

 p { color: rgb(97,148,122); }

 H1.HeaderClassName
 {
   color: #61947A;
 }
 .AnyTagClassName
 {
   color: #61947A;
 }
</style>

background-color css

<style>
 a { background-color: #61947A; }

 a { background-color: rgb(97,148,122); }

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

border-color css

<style>
 span { border-color: #61947A; }

 span { border-color: rgb(97,148,122); }

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