#68998D

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

Shades of Patina #68998D

Tints of Patina #68998D

Color information

#68998D (or 0x68998D) is unknown color: approx Patina. HEX triplet: 68, 99 and 8D. RGB value is (104,153,141). Sum of RGB (Red+Green+Blue) = 104+153+141=398 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.13% from 398); Green value is 153 (60.16% from 255 or 38.44% from 398); Blue value is 141 (55.47% from 255 or 35.43% from 398); Max value from RGB is 153 - color contains mainly: green. Hex color #68998D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68998D is #976672. Grayscale: #888888. Windows color (decimal): -9922163 or 9279848. OLE color: 9279848.

HSL color Cylindrical-coordinate representation of color #68998D: hue angle of 165.31º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #68998D is Cyan = 0.32, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.4.

Color convert

RGB104153141-
CMYK0.3200.080.4
HSL165.31º19.37%50.39%-
HSV(B)165.31º32.03%60%-
XYZ21.9127.6529.38-
YUV136.98130.27104.48-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.13%
GREEN value IS 153 (60.16% from 255) = 38.44%
BLUE value IS 141 (55.47% from 255) = 35.43%
R=26.13%
G=38.44%
B=35.43%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1041531410.3200.080.4165.3119.3750.39
Hex68998D200828a51332
Octal15023121540010502452362
Binary11010001001100110001101100000010001010001010010110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68998D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68998D; }

 p { color: rgb(104,153,141); }

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

<style>
 a { background-color: #68998D; }

 a { background-color: rgb(104,153,141); }

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

<style>
 span { border-color: #68998D; }

 span { border-color: rgb(104,153,141); }

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