#689F7F

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

Shades of Oxley #689F7F

Tints of Oxley #689F7F

Color information

#689F7F (or 0x689F7F) is unknown color: approx Oxley. HEX triplet: 68, 9F and 7F. RGB value is (104,159,127). Sum of RGB (Red+Green+Blue) = 104+159+127=390 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.67% from 390); Green value is 159 (62.5% from 255 or 40.77% from 390); Blue value is 127 (50% from 255 or 32.56% from 390); Max value from RGB is 159 - color contains mainly: green. Hex color #689F7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #689F7F is #976080. Grayscale: #8A8A8A. Windows color (decimal): -9920641 or 8363880. OLE color: 8363880.

HSL color Cylindrical-coordinate representation of color #689F7F: hue angle of 145.09º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #689F7F is Cyan = 0.35, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.38.

Color convert

RGB104159127-
CMYK0.3500.200.38
HSL145.09º22.27%51.57%-
HSV(B)145.09º34.59%62.35%-
XYZ21.9429.2724.57-
YUV138.91121.28103.1-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.67%
GREEN value IS 159 (62.5% from 255) = 40.77%
BLUE value IS 127 (50% from 255) = 32.56%
R=26.67%
G=40.77%
B=32.56%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1041591270.3500.200.38145.0922.2751.57
Hex689F7F2301426911634
Octal15023717743024462212664
Binary11010001001111111111111000110101001001101001000110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,159,127); }

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

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

 a { background-color: rgb(104,159,127); }

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

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

 span { border-color: rgb(104,159,127); }

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