#61998B

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

Shades of Patina #61998B

Tints of Patina #61998B

Color information

#61998B (or 0x61998B) is unknown color: approx Patina. HEX triplet: 61, 99 and 8B. RGB value is (97,153,139). Sum of RGB (Red+Green+Blue) = 97+153+139=389 (51% of max value = 765). Red value is 97 (38.28% from 255 or 24.94% from 389); Green value is 153 (60.16% from 255 or 39.33% from 389); Blue value is 139 (54.69% from 255 or 35.73% from 389); Max value from RGB is 153 - color contains mainly: green. Hex color #61998B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61998B is #9E6674. Grayscale: #868686. Windows color (decimal): -10380917 or 9148769. OLE color: 9148769.

HSL color Cylindrical-coordinate representation of color #61998B: hue angle of 165º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #61998B is Cyan = 0.37, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.4.

Color convert

RGB97153139-
CMYK0.3700.090.4
HSL165º22.4%49.02%-
HSV(B)165º36.6%60%-
XYZ20.9827.1928.57-
YUV134.66130.45101.14-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.94%
GREEN value IS 153 (60.16% from 255) = 39.33%
BLUE value IS 139 (54.69% from 255) = 35.73%
R=24.94%
G=39.33%
B=35.73%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal971531390.3700.090.416522.449.02
Hex61998B250928a51631
Octal14123121345011502452661
Binary11000011001100110001011100101010011010001010010110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61998B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,153,139); }

 H1.HeaderClassName
 {
   color: #61998B;
 }
 .AnyTagClassName
 {
   color: #61998B;
 }
</style>
background-color css

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

 a { background-color: rgb(97,153,139); }

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

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

 span { border-color: rgb(97,153,139); }

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