#689776

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

Shades of Oxley #689776

Tints of Oxley #689776

Color information

#689776 (or 0x689776) is unknown color: approx Oxley. HEX triplet: 68, 97 and 76. RGB value is (104,151,118). Sum of RGB (Red+Green+Blue) = 104+151+118=373 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.88% from 373); Green value is 151 (59.38% from 255 or 40.48% from 373); Blue value is 118 (46.48% from 255 or 31.64% from 373); Max value from RGB is 151 - color contains mainly: green. Hex color #689776 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #689776 is #976889. Grayscale: #858585. Windows color (decimal): -9922698 or 7772008. OLE color: 7772008.

HSL color Cylindrical-coordinate representation of color #689776: hue angle of 137.87º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #689776 is Cyan = 0.31, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.41.

Color convert

RGB104151118-
CMYK0.3100.220.41
HSL137.87º18.43%50%-
HSV(B)137.87º31.13%59.22%-
XYZ20.0526.3821.18-
YUV133.18119.43107.18-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.88%
GREEN value IS 151 (59.38% from 255) = 40.48%
BLUE value IS 118 (46.48% from 255) = 31.64%
R=27.88%
G=40.48%
B=31.64%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1041511180.3100.220.41137.8718.4350
Hex6897761F016298a1232
Octal15022716637026512122262
Binary1101000100101111110110111110101101010011000101010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #689776; }

 p { color: rgb(104,151,118); }

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

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

 a { background-color: rgb(104,151,118); }

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

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

 span { border-color: rgb(104,151,118); }

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