#68A676

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

Shades of Oxley #68A676

Tints of Oxley #68A676

Color information

#68A676 (or 0x68A676) is unknown color: approx Oxley. HEX triplet: 68, A6 and 76. RGB value is (104,166,118). Sum of RGB (Red+Green+Blue) = 104+166+118=388 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.80% from 388); Green value is 166 (65.23% from 255 or 42.78% from 388); Blue value is 118 (46.48% from 255 or 30.41% from 388); Max value from RGB is 166 - color contains mainly: green. Hex color #68A676 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68A676 is #975989. Grayscale: #8E8E8E. Windows color (decimal): -9918858 or 7775848. OLE color: 7775848.

HSL color Cylindrical-coordinate representation of color #68A676: hue angle of 133.55º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #68A676 is Cyan = 0.37, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.35.

Color convert

RGB104166118-
CMYK0.3700.290.35
HSL133.55º25.83%52.94%-
HSV(B)133.55º37.35%65.1%-
XYZ22.6231.5222.03-
YUV141.99114.46100.9-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.80%
GREEN value IS 166 (65.23% from 255) = 42.78%
BLUE value IS 118 (46.48% from 255) = 30.41%
R=26.80%
G=42.78%
B=30.41%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1041661180.3700.290.35133.5525.8352.94
Hex68A6762501D23861a35
Octal15024616645035432063265
Binary11010001010011011101101001010111011000111000011011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68A676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68A676; }

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

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

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

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

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

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

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

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