#689378

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

Shades of Oxley #689378

Tints of Oxley #689378

Color information

#689378 (or 0x689378) is unknown color: approx Oxley. HEX triplet: 68, 93 and 78. RGB value is (104,147,120). Sum of RGB (Red+Green+Blue) = 104+147+120=371 (49% of max value = 765). Red value is 104 (41.02% from 255 or 28.03% from 371); Green value is 147 (57.81% from 255 or 39.62% from 371); Blue value is 120 (47.27% from 255 or 32.35% from 371); Max value from RGB is 147 - color contains mainly: green. Hex color #689378 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #689378 is #976C87. Grayscale: #838383. Windows color (decimal): -9923720 or 7902056. OLE color: 7902056.

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

Color convert

RGB104147120-
CMYK0.2900.180.42
HSL142.33º17.13%49.22%-
HSV(B)142.33º29.25%57.65%-
XYZ19.5325.1721.6-
YUV131.06121.75108.7-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.03%
GREEN value IS 147 (57.81% from 255) = 39.62%
BLUE value IS 120 (47.27% from 255) = 32.35%
R=28.03%
G=39.62%
B=32.35%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1041471200.2900.180.42142.3317.1349.22
Hex6893781D0122A8e1131
Octal15022317035022522162161
Binary1101000100100111111000111010100101010101000111010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #689378; }

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

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

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

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

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

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

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

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