#689079

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

Shades of Oxley #689079

Tints of Oxley #689079

Color information

#689079 (or 0x689079) is unknown color: approx Oxley. HEX triplet: 68, 90 and 79. RGB value is (104,144,121). Sum of RGB (Red+Green+Blue) = 104+144+121=369 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.18% from 369); Green value is 144 (56.64% from 255 or 39.02% from 369); Blue value is 121 (47.66% from 255 or 32.79% from 369); Max value from RGB is 144 - color contains mainly: green. Hex color #689079 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #689079 is #976F86. Grayscale: #818181. Windows color (decimal): -9924487 or 7966824. OLE color: 7966824.

HSL color Cylindrical-coordinate representation of color #689079: hue angle of 145.5º 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 #689079 is Cyan = 0.28, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.44.

Color convert

RGB104144121-
CMYK0.2800.160.44
HSL145.5º16.13%48.63%-
HSV(B)145.5º27.78%56.47%-
XYZ19.1324.2721.77-
YUV129.42123.25109.87-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.18%
GREEN value IS 144 (56.64% from 255) = 39.02%
BLUE value IS 121 (47.66% from 255) = 32.79%
R=28.18%
G=39.02%
B=32.79%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1041441210.2800.160.44145.516.1348.63
Hex6890791C0102C921031
Octal15022017134020542222061
Binary1101000100100001111001111000100001011001001001010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #689079; }

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

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

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

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

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

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

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

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