#689876

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

Shades of Oxley #689876

Tints of Oxley #689876

Color information

#689876 (or 0x689876) is unknown color: approx Oxley. HEX triplet: 68, 98 and 76. RGB value is (104,152,118). Sum of RGB (Red+Green+Blue) = 104+152+118=374 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.81% from 374); Green value is 152 (59.77% from 255 or 40.64% from 374); Blue value is 118 (46.48% from 255 or 31.55% from 374); Max value from RGB is 152 - color contains mainly: green. Hex color #689876 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #689876 is #976789. Grayscale: #858585. Windows color (decimal): -9922442 or 7772264. OLE color: 7772264.

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

Color convert

RGB104152118-
CMYK0.3200.220.40
HSL137.5º18.9%50.2%-
HSV(B)137.5º31.58%59.61%-
XYZ20.2126.7121.23-
YUV133.77119.1106.76-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.81%
GREEN value IS 152 (59.77% from 255) = 40.64%
BLUE value IS 118 (46.48% from 255) = 31.55%
R=27.81%
G=40.64%
B=31.55%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1041521180.3200.220.40137.518.950.2
Hex68987620016288a1332
Octal15023016640026502122362
Binary11010001001100011101101000000101101010001000101010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #689876; }

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

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

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

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

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

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

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

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