#68987E

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

Shades of Oxley #68987E

Tints of Oxley #68987E

Color information

#68987E (or 0x68987E) is unknown color: approx Oxley. HEX triplet: 68, 98 and 7E. RGB value is (104,152,126). Sum of RGB (Red+Green+Blue) = 104+152+126=382 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.23% from 382); Green value is 152 (59.77% from 255 or 39.79% from 382); Blue value is 126 (49.61% from 255 or 32.98% from 382); Max value from RGB is 152 - color contains mainly: green. Hex color #68987E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68987E is #976781. Grayscale: #868686. Windows color (decimal): -9922434 or 8296552. OLE color: 8296552.

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

Color convert

RGB104152126-
CMYK0.3200.170.40
HSL147.5º18.9%50.2%-
HSV(B)147.5º31.58%59.61%-
XYZ20.726.9123.84-
YUV134.68123.1106.11-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.23%
GREEN value IS 152 (59.77% from 255) = 39.79%
BLUE value IS 126 (49.61% from 255) = 32.98%
R=27.23%
G=39.79%
B=32.98%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1041521260.3200.170.40147.518.950.2
Hex68987E2001128941332
Octal15023017640021502242362
Binary11010001001100011111101000000100011010001001010010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68987E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68987E; }

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

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

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

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

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

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

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

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