#68AC79

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

Shades of Oxley #68AC79

Tints of Oxley #68AC79

Color information

#68AC79 (or 0x68AC79) is unknown color: approx Oxley. HEX triplet: 68, AC and 79. RGB value is (104,172,121). Sum of RGB (Red+Green+Blue) = 104+172+121=397 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.20% from 397); Green value is 172 (67.58% from 255 or 43.32% from 397); Blue value is 121 (47.66% from 255 or 30.48% from 397); Max value from RGB is 172 - color contains mainly: green. Hex color #68AC79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68AC79 is #975386. Grayscale: #919191. Windows color (decimal): -9917319 or 7973992. OLE color: 7973992.

HSL color Cylindrical-coordinate representation of color #68AC79: hue angle of 135º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #68AC79 is Cyan = 0.40, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.33.

Color convert

RGB104172121-
CMYK0.4000.300.33
HSL135º29.06%54.12%-
HSV(B)135º39.53%67.45%-
XYZ23.9133.8323.36-
YUV145.85113.9798.15-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.20%
GREEN value IS 172 (67.58% from 255) = 43.32%
BLUE value IS 121 (47.66% from 255) = 30.48%
R=26.20%
G=43.32%
B=30.48%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1041721210.4000.300.3313529.0654.12
Hex68AC792801E21871d36
Octal15025417150036412073566
Binary11010001010110011110011010000111101000011000011111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68AC79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,172,121); }

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

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

 a { background-color: rgb(104,172,121); }

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

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

 span { border-color: rgb(104,172,121); }

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