#689D6F

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

Shades of Oxley #689D6F

Tints of Oxley #689D6F

Color information

#689D6F (or 0x689D6F) is unknown color: approx Oxley. HEX triplet: 68, 9D and 6F. RGB value is (104,157,111). Sum of RGB (Red+Green+Blue) = 104+157+111=372 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.96% from 372); Green value is 157 (61.72% from 255 or 42.20% from 372); Blue value is 111 (43.75% from 255 or 29.84% from 372); Max value from RGB is 157 - color contains mainly: green. Hex color #689D6F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #689D6F is #976290. Grayscale: #888888. Windows color (decimal): -9921169 or 7314792. OLE color: 7314792.

HSL color Cylindrical-coordinate representation of color #689D6F: hue angle of 127.92º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #689D6F is Cyan = 0.34, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.38.

Color convert

RGB104157111-
CMYK0.3400.290.38
HSL127.92º21.29%51.18%-
HSV(B)127.92º33.76%61.57%-
XYZ20.6428.219.4-
YUV135.91113.94105.24-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.96%
GREEN value IS 157 (61.72% from 255) = 42.20%
BLUE value IS 111 (43.75% from 255) = 29.84%
R=27.96%
G=42.20%
B=29.84%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1041571110.3400.290.38127.9221.2951.18
Hex689D6F2201D26801533
Octal15023515742035462002563
Binary11010001001110111011111000100111011001101000000010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,157,111); }

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

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

 a { background-color: rgb(104,157,111); }

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

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

 span { border-color: rgb(104,157,111); }

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