#689573

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

Shades of Oxley #689573

Tints of Oxley #689573

Color information

#689573 (or 0x689573) is unknown color: approx Oxley. HEX triplet: 68, 95 and 73. RGB value is (104,149,115). Sum of RGB (Red+Green+Blue) = 104+149+115=368 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.26% from 368); Green value is 149 (58.59% from 255 or 40.49% from 368); Blue value is 115 (45.31% from 255 or 31.25% from 368); Max value from RGB is 149 - color contains mainly: green. Hex color #689573 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #689573 is #976A8C. Grayscale: #838383. Windows color (decimal): -9923213 or 7574888. OLE color: 7574888.

HSL color Cylindrical-coordinate representation of color #689573: hue angle of 134.67º 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 #689573 is Cyan = 0.30, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.42.

Color convert

RGB104149115-
CMYK0.3000.230.42
HSL134.67º17.79%49.61%-
HSV(B)134.67º30.2%58.43%-
XYZ19.5525.6820.15-
YUV131.67118.59108.26-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.26%
GREEN value IS 149 (58.59% from 255) = 40.49%
BLUE value IS 115 (45.31% from 255) = 31.25%
R=28.26%
G=40.49%
B=31.25%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1041491150.3000.230.42134.6717.7949.61
Hex6895731E0172A871232
Octal15022516336027522072262
Binary1101000100101011110011111100101111010101000011110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #689573; }

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

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

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

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

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

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

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

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