#68998C

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

Shades of Patina #68998C

Tints of Patina #68998C

Color information

#68998C (or 0x68998C) is unknown color: approx Patina. HEX triplet: 68, 99 and 8C. RGB value is (104,153,140). Sum of RGB (Red+Green+Blue) = 104+153+140=397 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.20% from 397); Green value is 153 (60.16% from 255 or 38.54% from 397); Blue value is 140 (55.08% from 255 or 35.26% from 397); Max value from RGB is 153 - color contains mainly: green. Hex color #68998C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68998C is #976673. Grayscale: #888888. Windows color (decimal): -9922164 or 9214312. OLE color: 9214312.

HSL color Cylindrical-coordinate representation of color #68998C: hue angle of 164.08º 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 #68998C is Cyan = 0.32, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.4.

Color convert

RGB104153140-
CMYK0.3200.080.4
HSL164.08º19.37%50.39%-
HSV(B)164.08º32.03%60%-
XYZ21.8327.6228.99-
YUV136.87129.77104.56-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.20%
GREEN value IS 153 (60.16% from 255) = 38.54%
BLUE value IS 140 (55.08% from 255) = 35.26%
R=26.20%
G=38.54%
B=35.26%

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
Decimal1041531400.3200.080.4164.0819.3750.39
Hex68998C200828a41332
Octal15023121440010502442362
Binary11010001001100110001100100000010001010001010010010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68998C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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