#68AC7E

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

Shades of Oxley #68AC7E

Tints of Oxley #68AC7E

Color information

#68AC7E (or 0x68AC7E) is unknown color: approx Oxley. HEX triplet: 68, AC and 7E. RGB value is (104,172,126). Sum of RGB (Red+Green+Blue) = 104+172+126=402 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.87% from 402); Green value is 172 (67.58% from 255 or 42.79% from 402); Blue value is 126 (49.61% from 255 or 31.34% from 402); Max value from RGB is 172 - color contains mainly: green. Hex color #68AC7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68AC7E is #975381. Grayscale: #929292. Windows color (decimal): -9917314 or 8301672. OLE color: 8301672.

HSL color Cylindrical-coordinate representation of color #68AC7E: hue angle of 139.41º 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 #68AC7E is Cyan = 0.40, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.33.

Color convert

RGB104172126-
CMYK0.4000.270.33
HSL139.41º29.06%54.12%-
HSV(B)139.41º39.53%67.45%-
XYZ24.2333.9525.02-
YUV146.42116.4797.74-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 25.87%
GREEN value IS 172 (67.58% from 255) = 42.79%
BLUE value IS 126 (49.61% from 255) = 31.34%
R=25.87%
G=42.79%
B=31.34%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1041721260.4000.270.33139.4129.0654.12
Hex68AC7E2801B218b1d36
Octal15025417650033412133566
Binary11010001010110011111101010000110111000011000101111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68AC7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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