#61957B

Color #61957B Patina (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Patina #61957B

Tints of Patina #61957B

Color information

#61957B (or 0x61957B) is unknown color: approx 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

RGB97149123-
CMYK0.3500.170.42
HSL150º21.14%48.24%-
HSV(B)150º34.9%58.43%-
XYZ19.2525.4722.64-
YUV130.49123.77104.11-

RGB Variations

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

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 (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal971491230.3500.170.4215021.1448.24
Hex61957B230112A961530
Octal14122517343021522262560
Binary11000011001010111110111000110100011010101001011010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61957B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>