#689875

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

Shades of Oxley #689875

Tints of Oxley #689875

Color information

#689875 (or 0x689875) is unknown color: approx Oxley. HEX triplet: 68, 98 and 75. RGB value is (104,152,117). Sum of RGB (Red+Green+Blue) = 104+152+117=373 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.88% from 373); Green value is 152 (59.77% from 255 or 40.75% from 373); Blue value is 117 (46.09% from 255 or 31.37% from 373); Max value from RGB is 152 - color contains mainly: green. Hex color #689875 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #689875 is #97678A. Grayscale: #858585. Windows color (decimal): -9922443 or 7706728. OLE color: 7706728.

HSL color Cylindrical-coordinate representation of color #689875: hue angle of 136.25º 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 #689875 is Cyan = 0.32, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.40.

Color convert

RGB104152117-
CMYK0.3200.230.40
HSL136.25º18.9%50.2%-
HSV(B)136.25º31.58%59.61%-
XYZ20.1526.6820.92-
YUV133.66118.6106.85-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.88%
GREEN value IS 152 (59.77% from 255) = 40.75%
BLUE value IS 117 (46.09% from 255) = 31.37%
R=27.88%
G=40.75%
B=31.37%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1041521170.3200.230.40136.2518.950.2
Hex6898752001728881332
Octal15023016540027502102362
Binary11010001001100011101011000000101111010001000100010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #689875; }

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

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

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

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

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

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

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

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