Html Css Color HEX #61967C Patina

📋 copy color: '#61967C'

red 97 ◦ green 150 ◦ blue 124

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

Shades of Patina #61967C

Tints of Patina #61967C

RGB

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

 GREEN value IS 150 (58.98% from 255) = 40.43%

 BLUE value IS 124 (48.83% from 255) = 33.42%

R = 26.15%
G = 40.43%
B = 33.42%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.17

 K value IS 0.41

RGB Variations

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

Color information

#61967C (or 0x61967C) is known color: Patina. HEX triplet: 61, 96 and 7C. RGB value is (97,150,124). Sum of RGB (Red+Green+Blue) = 97+150+124=371 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.15% from 371); Green value is 150 (58.98% from 255 or 40.43% from 371); Blue value is 124 (48.83% from 255 or 33.42% from 371); Max value from RGB is 150 - color contains mainly: green. Hex color #61967C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61967C is #9E6983. Grayscale: #838383. Windows color (decimal): -10381700 or 8164961. OLE color: 8164961.

HSL color Cylindrical-coordinate representation of color #61967C: hue angle of 150.57º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #61967C is Cyan = 0.35, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB 97 150 124 -
CMYK 0.35 0 0.17 0.41
HSL 150.57º 0.21% 0.48% -
HSV(B) 150.57º 0.35% 0.59% -
XYZ 19.47 25.81 23.02 -
YUV 131.19 123.94 103.61 -
System Red Green Blue C M Y K H S L
Decimal 97 150 124 0.35 0 0.17 0.41 150.57 0.21 0.48
Hex 61 96 7C 23 0 11 29 97 15 30
Octal 141 226 174 43 0 21 51 227 25 60
Binary 1100001 10010110 1111100 100011 0 10001 101001 10010111 10101 110000

Color Harmonies of #61967C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61967C

Black with #61967C

Text Example


Text Example

White with #61967C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61967C; }

 p { color: rgb(97,150,124); }

 H1.HeaderClassName
 {
   color: #61967C;
 }
 .AnyTagClassName
 {
   color: #61967C;
 }
</style>

background-color css

<style>
 a { background-color: #61967C; }

 a { background-color: rgb(97,150,124); }

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

border-color css

<style>
 span { border-color: #61967C; }

 span { border-color: rgb(97,150,124); }

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