#68957D

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

Shades of Patina #68957D

Tints of Patina #68957D

Color information

#68957D (or 0x68957D) is unknown color: approx Patina. HEX triplet: 68, 95 and 7D. RGB value is (104,149,125). Sum of RGB (Red+Green+Blue) = 104+149+125=378 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.51% from 378); Green value is 149 (58.59% from 255 or 39.42% from 378); Blue value is 125 (49.22% from 255 or 33.07% from 378); Max value from RGB is 149 - color contains mainly: green. Hex color #68957D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68957D is #976A82. Grayscale: #848484. Windows color (decimal): -9923203 or 8230248. OLE color: 8230248.

HSL color Cylindrical-coordinate representation of color #68957D: hue angle of 148º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #68957D is Cyan = 0.30, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB104149125-
CMYK0.3000.160.42
HSL148º17.79%49.61%-
HSV(B)148º30.2%58.43%-
XYZ20.1625.9223.34-
YUV132.81123.59107.45-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.51%
GREEN value IS 149 (58.59% from 255) = 39.42%
BLUE value IS 125 (49.22% from 255) = 33.07%
R=27.51%
G=39.42%
B=33.07%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1041491250.3000.160.4214817.7949.61
Hex68957D1E0102A941232
Octal15022517536020522242262
Binary1101000100101011111101111100100001010101001010010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68957D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,149,125); }

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

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

 a { background-color: rgb(104,149,125); }

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

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

 span { border-color: rgb(104,149,125); }

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