Html Css Color HEX #61937B Patina

📋 copy color: '#61937B'

red 97 ◦ green 147 ◦ blue 123

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

Shades of Patina #61937B

Tints of Patina #61937B

RGB

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

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

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

R = 26.43%
G = 40.05%
B = 33.51%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#61937B (or 0x61937B) is known color: Patina. HEX triplet: 61, 93 and 7B. RGB value is (97,147,123). Sum of RGB (Red+Green+Blue) = 97+147+123=367 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.43% from 367); Green value is 147 (57.81% from 255 or 40.05% from 367); Blue value is 123 (48.44% from 255 or 33.51% from 367); Max value from RGB is 147 - color contains mainly: green. Hex color #61937B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61937B is #9E6C84. Grayscale: #818181. Windows color (decimal): -10382469 or 8098657. OLE color: 8098657.

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

Color convert

RGB 97 147 123 -
CMYK 0.34 0 0.16 0.42
HSL 151.2º 0.2% 0.48% -
HSV(B) 151.2º 0.34% 0.58% -
XYZ 18.94 24.84 22.54 -
YUV 129.31 124.44 104.95 -
System Red Green Blue C M Y K H S L
Decimal 97 147 123 0.34 0 0.16 0.42 151.2 0.2 0.48
Hex 61 93 7B 22 0 10 2A 97 14 30
Octal 141 223 173 42 0 20 52 227 24 60
Binary 1100001 10010011 1111011 100010 0 10000 101010 10010111 10100 110000

Color Harmonies of #61937B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61937B

Black with #61937B

Text Example


Text Example

White with #61937B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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