Html Css Color HEX #61948A Patina

📋 copy color: '#61948A'

red 97 ◦ green 148 ◦ blue 138

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

Shades of Patina #61948A

Tints of Patina #61948A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 36.03%

R = 25.33%
G = 38.64%
B = 36.03%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#61948A (or 0x61948A) is known color: Patina. HEX triplet: 61, 94 and 8A. RGB value is (97,148,138). Sum of RGB (Red+Green+Blue) = 97+148+138=383 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.33% from 383); Green value is 148 (58.20% from 255 or 38.64% from 383); Blue value is 138 (54.30% from 255 or 36.03% from 383); Max value from RGB is 148 - color contains mainly: green. Hex color #61948A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61948A is #9E6B75. Grayscale: #838383. Windows color (decimal): -10382198 or 9081953. OLE color: 9081953.

HSL color Cylindrical-coordinate representation of color #61948A: hue angle of 168.24º 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 #61948A is Cyan = 0.34, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB 97 148 138 -
CMYK 0.34 0 0.07 0.42
HSL 168.24º 0.21% 0.48% -
HSV(B) 168.24º 0.34% 0.58% -
XYZ 20.11 25.56 27.92 -
YUV 131.61 131.6 103.31 -
System Red Green Blue C M Y K H S L
Decimal 97 148 138 0.34 0 0.07 0.42 168.24 0.21 0.48
Hex 61 94 8A 22 0 7 2A A8 15 30
Octal 141 224 212 42 0 7 52 250 25 60
Binary 1100001 10010100 10001010 100010 0 111 101010 10101000 10101 110000

Color Harmonies of #61948A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61948A

Black with #61948A

Text Example


Text Example

White with #61948A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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