#689075

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

Shades of Oxley #689075

Tints of Oxley #689075

Color information

#689075 (or 0x689075) is unknown color: approx Oxley. HEX triplet: 68, 90 and 75. RGB value is (104,144,117). Sum of RGB (Red+Green+Blue) = 104+144+117=365 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.49% from 365); Green value is 144 (56.64% from 255 or 39.45% from 365); Blue value is 117 (46.09% from 255 or 32.05% from 365); Max value from RGB is 144 - color contains mainly: green. Hex color #689075 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #689075 is #976F8A. Grayscale: #818181. Windows color (decimal): -9924491 or 7704680. OLE color: 7704680.

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

Color convert

RGB104144117-
CMYK0.2800.190.44
HSL139.5º16.13%48.63%-
HSV(B)139.5º27.78%56.47%-
XYZ18.8924.1720.5-
YUV128.96121.25110.2-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.49%
GREEN value IS 144 (56.64% from 255) = 39.45%
BLUE value IS 117 (46.09% from 255) = 32.05%
R=28.49%
G=39.45%
B=32.05%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1041441170.2800.190.44139.516.1348.63
Hex6890751C0132C8c1031
Octal15022016534023542142061
Binary1101000100100001110101111000100111011001000110010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #689075; }

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

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

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

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

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

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

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

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