#689273

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

Shades of Oxley #689273

Tints of Oxley #689273

Color information

#689273 (or 0x689273) is unknown color: approx Oxley. HEX triplet: 68, 92 and 73. RGB value is (104,146,115). Sum of RGB (Red+Green+Blue) = 104+146+115=365 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.49% from 365); Green value is 146 (57.42% from 255 or 40% from 365); Blue value is 115 (45.31% from 255 or 31.51% from 365); Max value from RGB is 146 - color contains mainly: green. Hex color #689273 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #689273 is #976D8C. Grayscale: #818181. Windows color (decimal): -9923981 or 7574120. OLE color: 7574120.

HSL color Cylindrical-coordinate representation of color #689273: hue angle of 135.71º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #689273 is Cyan = 0.29, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.43.

Color convert

RGB104146115-
CMYK0.2900.210.43
HSL135.71º16.8%49.02%-
HSV(B)135.71º28.77%57.25%-
XYZ19.0824.7419.99-
YUV129.91119.59109.52-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.49%
GREEN value IS 146 (57.42% from 255) = 40%
BLUE value IS 115 (45.31% from 255) = 31.51%
R=28.49%
G=40%
B=31.51%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1041461150.2900.210.43135.7116.849.02
Hex6892731D0152B881131
Octal15022216335025532102161
Binary1101000100100101110011111010101011010111000100010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #689273; }

 p { color: rgb(104,146,115); }

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

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

 a { background-color: rgb(104,146,115); }

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

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

 span { border-color: rgb(104,146,115); }

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