#61998F

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

Shades of Patina #61998F

Tints of Patina #61998F

Color information

#61998F (or 0x61998F) is unknown color: approx Patina. HEX triplet: 61, 99 and 8F. RGB value is (97,153,143). Sum of RGB (Red+Green+Blue) = 97+153+143=393 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.68% from 393); Green value is 153 (60.16% from 255 or 38.93% from 393); Blue value is 143 (56.25% from 255 or 36.39% from 393); Max value from RGB is 153 - color contains mainly: green. Hex color #61998F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61998F is #9E6670. Grayscale: #878787. Windows color (decimal): -10380913 or 9410913. OLE color: 9410913.

HSL color Cylindrical-coordinate representation of color #61998F: hue angle of 169.29º 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 #61998F is Cyan = 0.37, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.4.

Color convert

RGB97153143-
CMYK0.3700.070.4
HSL169.29º22.4%49.02%-
HSV(B)169.29º36.6%60%-
XYZ21.2827.3130.14-
YUV135.12132.45100.81-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.68%
GREEN value IS 153 (60.16% from 255) = 38.93%
BLUE value IS 143 (56.25% from 255) = 36.39%
R=24.68%
G=38.93%
B=36.39%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal971531430.3700.070.4169.2922.449.02
Hex61998F250728a91631
Octal1412312174507502512661
Binary1100001100110011000111110010101111010001010100110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61998F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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