#689770

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

Shades of Oxley #689770

Tints of Oxley #689770

Color information

#689770 (or 0x689770) is unknown color: approx Oxley. HEX triplet: 68, 97 and 70. RGB value is (104,151,112). Sum of RGB (Red+Green+Blue) = 104+151+112=367 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.34% from 367); Green value is 151 (59.38% from 255 or 41.14% from 367); Blue value is 112 (44.14% from 255 or 30.52% from 367); Max value from RGB is 151 - color contains mainly: green. Hex color #689770 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #689770 is #97688F. Grayscale: #848484. Windows color (decimal): -9922704 or 7378792. OLE color: 7378792.

HSL color Cylindrical-coordinate representation of color #689770: hue angle of 130.21º 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 #689770 is Cyan = 0.31, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.41.

Color convert

RGB104151112-
CMYK0.3100.260.41
HSL130.21º18.43%50%-
HSV(B)130.21º31.13%59.22%-
XYZ19.726.2519.36-
YUV132.5116.43107.67-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.34%
GREEN value IS 151 (59.38% from 255) = 41.14%
BLUE value IS 112 (44.14% from 255) = 30.52%
R=28.34%
G=41.14%
B=30.52%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1041511120.3100.260.41130.2118.4350
Hex6897701F01A29821232
Octal15022716037032512022262
Binary1101000100101111110000111110110101010011000001010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #689770; }

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

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

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

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

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

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

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

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