#689670

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

Shades of Oxley #689670

Tints of Oxley #689670

Color information

#689670 (or 0x689670) is unknown color: approx Oxley. HEX triplet: 68, 96 and 70. RGB value is (104,150,112). Sum of RGB (Red+Green+Blue) = 104+150+112=366 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.42% from 366); Green value is 150 (58.98% from 255 or 40.98% from 366); Blue value is 112 (44.14% from 255 or 30.60% from 366); Max value from RGB is 150 - color contains mainly: green. Hex color #689670 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #689670 is #97698F. Grayscale: #848484. Windows color (decimal): -9922960 or 7378536. OLE color: 7378536.

HSL color Cylindrical-coordinate representation of color #689670: hue angle of 130.43º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #689670 is Cyan = 0.31, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.41.

Color convert

RGB104150112-
CMYK0.3100.250.41
HSL130.43º18.11%49.8%-
HSV(B)130.43º30.67%58.82%-
XYZ19.5425.9319.3-
YUV131.91116.76108.09-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.42%
GREEN value IS 150 (58.98% from 255) = 40.98%
BLUE value IS 112 (44.14% from 255) = 30.60%
R=28.42%
G=40.98%
B=30.60%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1041501120.3100.250.41130.4318.1149.8
Hex6896701F01929821232
Octal15022616037031512022262
Binary1101000100101101110000111110110011010011000001010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #689670; }

 p { color: rgb(104,150,112); }

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

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

 a { background-color: rgb(104,150,112); }

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

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

 span { border-color: rgb(104,150,112); }

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