#68997E

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

Shades of Oxley #68997E

Tints of Oxley #68997E

Color information

#68997E (or 0x68997E) is unknown color: approx Oxley. HEX triplet: 68, 99 and 7E. RGB value is (104,153,126). Sum of RGB (Red+Green+Blue) = 104+153+126=383 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.15% from 383); Green value is 153 (60.16% from 255 or 39.95% from 383); Blue value is 126 (49.61% from 255 or 32.90% from 383); Max value from RGB is 153 - color contains mainly: green. Hex color #68997E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68997E is #976681. Grayscale: #878787. Windows color (decimal): -9922178 or 8296808. OLE color: 8296808.

HSL color Cylindrical-coordinate representation of color #68997E: hue angle of 146.94º 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 #68997E is Cyan = 0.32, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.4.

Color convert

RGB104153126-
CMYK0.3200.180.4
HSL146.94º19.37%50.39%-
HSV(B)146.94º32.03%60%-
XYZ20.8727.2323.9-
YUV135.27122.77105.7-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.15%
GREEN value IS 153 (60.16% from 255) = 39.95%
BLUE value IS 126 (49.61% from 255) = 32.90%
R=27.15%
G=39.95%
B=32.90%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1041531260.3200.180.4146.9419.3750.39
Hex68997E2001228931332
Octal15023117640022502232362
Binary11010001001100111111101000000100101010001001001110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68997E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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