#68987D

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

Shades of Oxley #68987D

Tints of Oxley #68987D

Color information

#68987D (or 0x68987D) is unknown color: approx Oxley. HEX triplet: 68, 98 and 7D. RGB value is (104,152,125). Sum of RGB (Red+Green+Blue) = 104+152+125=381 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.30% from 381); Green value is 152 (59.77% from 255 or 39.90% from 381); Blue value is 125 (49.22% from 255 or 32.81% from 381); Max value from RGB is 152 - color contains mainly: green. Hex color #68987D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68987D is #976782. Grayscale: #868686. Windows color (decimal): -9922435 or 8231016. OLE color: 8231016.

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

Color convert

RGB104152125-
CMYK0.3200.180.40
HSL146.25º18.9%50.2%-
HSV(B)146.25º31.58%59.61%-
XYZ20.6426.8823.5-
YUV134.57122.6106.2-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.30%
GREEN value IS 152 (59.77% from 255) = 39.90%
BLUE value IS 125 (49.22% from 255) = 32.81%
R=27.30%
G=39.90%
B=32.81%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1041521250.3200.180.40146.2518.950.2
Hex68987D2001228921332
Octal15023017540022502222362
Binary11010001001100011111011000000100101010001001001010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68987D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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