Html Css Color HEX #61947B Patina

📋 copy color: '#61947B'

red 97 ◦ green 148 ◦ blue 123

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

Shades of Patina #61947B

Tints of Patina #61947B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 33.42%

R = 26.36%
G = 40.22%
B = 33.42%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.17

 K value IS 0.42

RGB Variations

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

Color information

#61947B (or 0x61947B) is known color: Patina. HEX triplet: 61, 94 and 7B. RGB value is (97,148,123). Sum of RGB (Red+Green+Blue) = 97+148+123=368 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.36% from 368); Green value is 148 (58.20% from 255 or 40.22% from 368); Blue value is 123 (48.44% from 255 or 33.42% from 368); Max value from RGB is 148 - color contains mainly: green. Hex color #61947B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61947B is #9E6B84. Grayscale: #818181. Windows color (decimal): -10382213 or 8098913. OLE color: 8098913.

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

Color convert

RGB 97 148 123 -
CMYK 0.34 0 0.17 0.42
HSL 150.59º 0.21% 0.48% -
HSV(B) 150.59º 0.34% 0.58% -
XYZ 19.09 25.15 22.59 -
YUV 129.9 124.1 104.53 -
System Red Green Blue C M Y K H S L
Decimal 97 148 123 0.34 0 0.17 0.42 150.59 0.21 0.48
Hex 61 94 7B 22 0 11 2A 97 15 30
Octal 141 224 173 42 0 21 52 227 25 60
Binary 1100001 10010100 1111011 100010 0 10001 101010 10010111 10101 110000

Color Harmonies of #61947B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61947B

Black with #61947B

Text Example


Text Example

White with #61947B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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