#689878

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

Shades of Oxley #689878

Tints of Oxley #689878

Color information

#689878 (or 0x689878) is unknown color: approx Oxley. HEX triplet: 68, 98 and 78. RGB value is (104,152,120). Sum of RGB (Red+Green+Blue) = 104+152+120=376 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.66% from 376); Green value is 152 (59.77% from 255 or 40.43% from 376); Blue value is 120 (47.27% from 255 or 31.91% from 376); Max value from RGB is 152 - color contains mainly: green. Hex color #689878 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #689878 is #976787. Grayscale: #868686. Windows color (decimal): -9922440 or 7903336. OLE color: 7903336.

HSL color Cylindrical-coordinate representation of color #689878: hue angle of 140º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #689878 is Cyan = 0.32, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.40.

Color convert

RGB104152120-
CMYK0.3200.210.40
HSL140º18.9%50.2%-
HSV(B)140º31.58%59.61%-
XYZ20.3326.7621.86-
YUV134120.1106.6-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.66%
GREEN value IS 152 (59.77% from 255) = 40.43%
BLUE value IS 120 (47.27% from 255) = 31.91%
R=27.66%
G=40.43%
B=31.91%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1041521200.3200.210.4014018.950.2
Hex68987820015288c1332
Octal15023017040025502142362
Binary11010001001100011110001000000101011010001000110010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #689878; }

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

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

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

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

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

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

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

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