#689A75

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

Shades of Oxley #689A75

Tints of Oxley #689A75

Color information

#689A75 (or 0x689A75) is unknown color: approx Oxley. HEX triplet: 68, 9A and 75. RGB value is (104,154,117). Sum of RGB (Red+Green+Blue) = 104+154+117=375 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.73% from 375); Green value is 154 (60.55% from 255 or 41.07% from 375); Blue value is 117 (46.09% from 255 or 31.2% from 375); Max value from RGB is 154 - color contains mainly: green. Hex color #689A75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #689A75 is #97658A. Grayscale: #868686. Windows color (decimal): -9921931 or 7707240. OLE color: 7707240.

HSL color Cylindrical-coordinate representation of color #689A75: hue angle of 135.6º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #689A75 is Cyan = 0.32, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.40.

Color convert

RGB104154117-
CMYK0.3200.240.40
HSL135.6º19.84%50.59%-
HSV(B)135.6º32.47%60.39%-
XYZ20.4827.3421.03-
YUV134.83117.94106.01-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.73%
GREEN value IS 154 (60.55% from 255) = 41.07%
BLUE value IS 117 (46.09% from 255) = 31.2%
R=27.73%
G=41.07%
B=31.2%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1041541170.3200.240.40135.619.8450.59
Hex689A752001828881433
Octal15023216540030502102463
Binary11010001001101011101011000000110001010001000100010100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #689A75; }

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

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

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

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

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

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

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

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