Html Css Color HEX #61958A Patina

📋 copy color: '#61958A'

red 97 ◦ green 149 ◦ blue 138

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

Shades of Patina #61958A

Tints of Patina #61958A

RGB

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

 GREEN value IS 149 (58.59% from 255) = 38.8%

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

R = 25.26%
G = 38.8%
B = 35.94%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#61958A (or 0x61958A) is known color: Patina. HEX triplet: 61, 95 and 8A. RGB value is (97,149,138). Sum of RGB (Red+Green+Blue) = 97+149+138=384 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.26% from 384); Green value is 149 (58.59% from 255 or 38.80% from 384); Blue value is 138 (54.30% from 255 or 35.94% from 384); Max value from RGB is 149 - color contains mainly: green. Hex color #61958A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61958A is #9E6A75. Grayscale: #848484. Windows color (decimal): -10381942 or 9082209. OLE color: 9082209.

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

Color convert

RGB 97 149 138 -
CMYK 0.35 0 0.07 0.42
HSL 167.31º 0.21% 0.48% -
HSV(B) 167.31º 0.35% 0.58% -
XYZ 20.26 25.87 27.97 -
YUV 132.2 131.27 102.89 -
System Red Green Blue C M Y K H S L
Decimal 97 149 138 0.35 0 0.07 0.42 167.31 0.21 0.48
Hex 61 95 8A 23 0 7 2A A7 15 30
Octal 141 225 212 43 0 7 52 247 25 60
Binary 1100001 10010101 10001010 100011 0 111 101010 10100111 10101 110000

Color Harmonies of #61958A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61958A

Black with #61958A

Text Example


Text Example

White with #61958A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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