#68988A

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

Shades of Patina #68988A

Tints of Patina #68988A

Color information

#68988A (or 0x68988A) is unknown color: approx Patina. HEX triplet: 68, 98 and 8A. RGB value is (104,152,138). Sum of RGB (Red+Green+Blue) = 104+152+138=394 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.40% from 394); Green value is 152 (59.77% from 255 or 38.58% from 394); Blue value is 138 (54.30% from 255 or 35.03% from 394); Max value from RGB is 152 - color contains mainly: green. Hex color #68988A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68988A is #976775. Grayscale: #888888. Windows color (decimal): -9922422 or 9082984. OLE color: 9082984.

HSL color Cylindrical-coordinate representation of color #68988A: hue angle of 162.5º 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 #68988A is Cyan = 0.32, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.40.

Color convert

RGB104152138-
CMYK0.3200.090.40
HSL162.5º18.9%50.2%-
HSV(B)162.5º31.58%59.61%-
XYZ21.5227.2328.17-
YUV136.05129.1105.14-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.40%
GREEN value IS 152 (59.77% from 255) = 38.58%
BLUE value IS 138 (54.30% from 255) = 35.03%
R=26.40%
G=38.58%
B=35.03%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1041521380.3200.090.40162.518.950.2
Hex68988A200928a21332
Octal15023021240011502422362
Binary11010001001100010001010100000010011010001010001010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68988A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68988A; }

 p { color: rgb(104,152,138); }

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

<style>
 a { background-color: #68988A; }

 a { background-color: rgb(104,152,138); }

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

<style>
 span { border-color: #68988A; }

 span { border-color: rgb(104,152,138); }

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