#689772

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

Shades of Oxley #689772

Tints of Oxley #689772

Color information

#689772 (or 0x689772) is unknown color: approx Oxley. HEX triplet: 68, 97 and 72. RGB value is (104,151,114). Sum of RGB (Red+Green+Blue) = 104+151+114=369 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.18% from 369); Green value is 151 (59.38% from 255 or 40.92% from 369); Blue value is 114 (44.92% from 255 or 30.89% from 369); Max value from RGB is 151 - color contains mainly: green. Hex color #689772 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #689772 is #97688D. Grayscale: #848484. Windows color (decimal): -9922702 or 7509864. OLE color: 7509864.

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

Color convert

RGB104151114-
CMYK0.3100.250.41
HSL132.77º18.43%50%-
HSV(B)132.77º31.13%59.22%-
XYZ19.8126.2919.95-
YUV132.73117.43107.51-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.18%
GREEN value IS 151 (59.38% from 255) = 40.92%
BLUE value IS 114 (44.92% from 255) = 30.89%
R=28.18%
G=40.92%
B=30.89%

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
Decimal1041511140.3100.250.41132.7718.4350
Hex6897721F01929851232
Octal15022716237031512052262
Binary1101000100101111110010111110110011010011000010110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #689772; }

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

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

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

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

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

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

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

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