#689576

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

Shades of Oxley #689576

Tints of Oxley #689576

Color information

#689576 (or 0x689576) is unknown color: approx Oxley. HEX triplet: 68, 95 and 76. RGB value is (104,149,118). Sum of RGB (Red+Green+Blue) = 104+149+118=371 (49% of max value = 765). Red value is 104 (41.02% from 255 or 28.03% from 371); Green value is 149 (58.59% from 255 or 40.16% from 371); Blue value is 118 (46.48% from 255 or 31.81% from 371); Max value from RGB is 149 - color contains mainly: green. Hex color #689576 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #689576 is #976A89. Grayscale: #848484. Windows color (decimal): -9923210 or 7771496. OLE color: 7771496.

HSL color Cylindrical-coordinate representation of color #689576: hue angle of 138.67º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #689576 is Cyan = 0.30, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB104149118-
CMYK0.3000.210.42
HSL138.67º17.79%49.61%-
HSV(B)138.67º30.2%58.43%-
XYZ19.7325.7521.07-
YUV132.01120.09108.02-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.03%
GREEN value IS 149 (58.59% from 255) = 40.16%
BLUE value IS 118 (46.48% from 255) = 31.81%
R=28.03%
G=40.16%
B=31.81%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1041491180.3000.210.42138.6717.7949.61
Hex6895761E0152A8b1232
Octal15022516636025522132262
Binary1101000100101011110110111100101011010101000101110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #689576; }

 p { color: rgb(104,149,118); }

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

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

 a { background-color: rgb(104,149,118); }

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

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

 span { border-color: rgb(104,149,118); }

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