Html Css Color HEX #61937D Patina

📋 copy color: '#61937D'

red 97 ◦ green 147 ◦ blue 125

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

Shades of Patina #61937D

Tints of Patina #61937D

RGB

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

 GREEN value IS 147 (57.81% from 255) = 39.84%

 BLUE value IS 125 (49.22% from 255) = 33.88%

R = 26.29%
G = 39.84%
B = 33.88%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.15

 K value IS 0.42

RGB Variations

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

Color information

#61937D (or 0x61937D) is known color: Patina. HEX triplet: 61, 93 and 7D. RGB value is (97,147,125). Sum of RGB (Red+Green+Blue) = 97+147+125=369 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.29% from 369); Green value is 147 (57.81% from 255 or 39.84% from 369); Blue value is 125 (49.22% from 255 or 33.88% from 369); Max value from RGB is 147 - color contains mainly: green. Hex color #61937D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61937D is #9E6C82. Grayscale: #818181. Windows color (decimal): -10382467 or 8229729. OLE color: 8229729.

HSL color Cylindrical-coordinate representation of color #61937D: hue angle of 153.6º degrees, saturation: 0.2, 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 #61937D is Cyan = 0.34, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB 97 147 125 -
CMYK 0.34 0 0.15 0.42
HSL 153.6º 0.2% 0.48% -
HSV(B) 153.6º 0.34% 0.58% -
XYZ 19.07 24.89 23.2 -
YUV 129.54 125.44 104.79 -
System Red Green Blue C M Y K H S L
Decimal 97 147 125 0.34 0 0.15 0.42 153.6 0.2 0.48
Hex 61 93 7D 22 0 F 2A 9A 14 30
Octal 141 223 175 42 0 17 52 232 24 60
Binary 1100001 10010011 1111101 100010 0 1111 101010 10011010 10100 110000

Color Harmonies of #61937D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61937D

Black with #61937D

Text Example


Text Example

White with #61937D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61937D; }

 p { color: rgb(97,147,125); }

 H1.HeaderClassName
 {
   color: #61937D;
 }
 .AnyTagClassName
 {
   color: #61937D;
 }
</style>

background-color css

<style>
 a { background-color: #61937D; }

 a { background-color: rgb(97,147,125); }

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

border-color css

<style>
 span { border-color: #61937D; }

 span { border-color: rgb(97,147,125); }

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