Html Css Color HEX #61957B Patina

📋 copy color: '#61957B'

red 97 ◦ green 149 ◦ blue 123

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

Shades of Patina #61957B

Tints of Patina #61957B

RGB

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

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

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

R = 26.29%
G = 40.38%
B = 33.33%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.17

 K value IS 0.42

RGB Variations

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

Color information

#61957B (or 0x61957B) is known color: Patina. HEX triplet: 61, 95 and 7B. RGB value is (97,149,123). Sum of RGB (Red+Green+Blue) = 97+149+123=369 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.29% from 369); Green value is 149 (58.59% from 255 or 40.38% from 369); Blue value is 123 (48.44% from 255 or 33.33% from 369); Max value from RGB is 149 - color contains mainly: green. Hex color #61957B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61957B is #9E6A84. Grayscale: #828282. Windows color (decimal): -10381957 or 8099169. OLE color: 8099169.

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

Color convert

RGB 97 149 123 -
CMYK 0.35 0 0.17 0.42
HSL 150º 0.21% 0.48% -
HSV(B) 150º 0.35% 0.58% -
XYZ 19.25 25.47 22.64 -
YUV 130.49 123.77 104.11 -
System Red Green Blue C M Y K H S L
Decimal 97 149 123 0.35 0 0.17 0.42 150 0.21 0.48
Hex 61 95 7B 23 0 11 2A 96 15 30
Octal 141 225 173 43 0 21 52 226 25 60
Binary 1100001 10010101 1111011 100011 0 10001 101010 10010110 10101 110000

Color Harmonies of #61957B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61957B

Black with #61957B

Text Example


Text Example

White with #61957B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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