#689278

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

Shades of Oxley #689278

Tints of Oxley #689278

Color information

#689278 (or 0x689278) is unknown color: approx Oxley. HEX triplet: 68, 92 and 78. RGB value is (104,146,120). Sum of RGB (Red+Green+Blue) = 104+146+120=370 (49% of max value = 765). Red value is 104 (41.02% from 255 or 28.11% from 370); Green value is 146 (57.42% from 255 or 39.46% from 370); Blue value is 120 (47.27% from 255 or 32.43% from 370); Max value from RGB is 146 - color contains mainly: green. Hex color #689278 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #689278 is #976D87. Grayscale: #828282. Windows color (decimal): -9923976 or 7901800. OLE color: 7901800.

HSL color Cylindrical-coordinate representation of color #689278: hue angle of 142.86º 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 #689278 is Cyan = 0.29, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.43.

Color convert

RGB104146120-
CMYK0.2900.180.43
HSL142.86º16.8%49.02%-
HSV(B)142.86º28.77%57.25%-
XYZ19.3824.8621.55-
YUV130.48122.09109.11-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.11%
GREEN value IS 146 (57.42% from 255) = 39.46%
BLUE value IS 120 (47.27% from 255) = 32.43%
R=28.11%
G=39.46%
B=32.43%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1041461200.2900.180.43142.8616.849.02
Hex6892781D0122B8f1131
Octal15022217035022532172161
Binary1101000100100101111000111010100101010111000111110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #689278; }

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

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

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

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

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

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

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

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