Html Css Color HEX #61948B Patina

📋 copy color: '#61948B'

red 97 ◦ green 148 ◦ blue 139

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

Shades of Patina #61948B

Tints of Patina #61948B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 36.2%

R = 25.26%
G = 38.54%
B = 36.2%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.06

 K value IS 0.42

RGB Variations

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

Color information

#61948B (or 0x61948B) is known color: Patina. HEX triplet: 61, 94 and 8B. RGB value is (97,148,139). Sum of RGB (Red+Green+Blue) = 97+148+139=384 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.26% from 384); Green value is 148 (58.20% from 255 or 38.54% from 384); Blue value is 139 (54.69% from 255 or 36.20% from 384); Max value from RGB is 148 - color contains mainly: green. Hex color #61948B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61948B is #9E6B74. Grayscale: #838383. Windows color (decimal): -10382197 or 9147489. OLE color: 9147489.

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

Color convert

RGB 97 148 139 -
CMYK 0.34 0 0.06 0.42
HSL 169.41º 0.21% 0.48% -
HSV(B) 169.41º 0.34% 0.58% -
XYZ 20.18 25.59 28.3 -
YUV 131.73 132.1 103.23 -
System Red Green Blue C M Y K H S L
Decimal 97 148 139 0.34 0 0.06 0.42 169.41 0.21 0.48
Hex 61 94 8B 22 0 6 2A A9 15 30
Octal 141 224 213 42 0 6 52 251 25 60
Binary 1100001 10010100 10001011 100010 0 110 101010 10101001 10101 110000

Color Harmonies of #61948B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61948B

Black with #61948B

Text Example


Text Example

White with #61948B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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