#68907E

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

Shades of Patina #68907E

Tints of Patina #68907E

Color information

#68907E (or 0x68907E) is unknown color: approx Patina. HEX triplet: 68, 90 and 7E. RGB value is (104,144,126). Sum of RGB (Red+Green+Blue) = 104+144+126=374 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.81% from 374); Green value is 144 (56.64% from 255 or 38.50% from 374); Blue value is 126 (49.61% from 255 or 33.69% from 374); Max value from RGB is 144 - color contains mainly: green. Hex color #68907E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68907E is #976F81. Grayscale: #828282. Windows color (decimal): -9924482 or 8294504. OLE color: 8294504.

HSL color Cylindrical-coordinate representation of color #68907E: hue angle of 153º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #68907E is Cyan = 0.28, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.44.

Color convert

RGB104144126-
CMYK0.2800.120.44
HSL153º16.13%48.63%-
HSV(B)153º27.78%56.47%-
XYZ19.4524.423.42-
YUV129.99125.75109.46-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.81%
GREEN value IS 144 (56.64% from 255) = 38.50%
BLUE value IS 126 (49.61% from 255) = 33.69%
R=27.81%
G=38.50%
B=33.69%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1041441260.2800.120.4415316.1348.63
Hex68907E1C0C2C991031
Octal15022017634014542312061
Binary110100010010000111111011100011001011001001100110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68907E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68907E; }

 p { color: rgb(104,144,126); }

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

<style>
 a { background-color: #68907E; }

 a { background-color: rgb(104,144,126); }

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

<style>
 span { border-color: #68907E; }

 span { border-color: rgb(104,144,126); }

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