#68AE7E

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

Shades of Oxley #68AE7E

Tints of Oxley #68AE7E

Color information

#68AE7E (or 0x68AE7E) is unknown color: approx Oxley. HEX triplet: 68, AE and 7E. RGB value is (104,174,126). Sum of RGB (Red+Green+Blue) = 104+174+126=404 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.74% from 404); Green value is 174 (68.36% from 255 or 43.07% from 404); Blue value is 126 (49.61% from 255 or 31.19% from 404); Max value from RGB is 174 - color contains mainly: green. Hex color #68AE7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68AE7E is #975181. Grayscale: #939393. Windows color (decimal): -9916802 or 8302184. OLE color: 8302184.

HSL color Cylindrical-coordinate representation of color #68AE7E: hue angle of 138.86º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #68AE7E is Cyan = 0.40, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.32.

Color convert

RGB104174126-
CMYK0.4000.280.32
HSL138.86º30.17%54.51%-
HSV(B)138.86º40.23%68.24%-
XYZ24.6134.7225.14-
YUV147.6115.8196.9-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 25.74%
GREEN value IS 174 (68.36% from 255) = 43.07%
BLUE value IS 126 (49.61% from 255) = 31.19%
R=25.74%
G=43.07%
B=31.19%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1041741260.4000.280.32138.8630.1754.51
Hex68AE7E2801C208b1e37
Octal15025617650034402133667
Binary11010001010111011111101010000111001000001000101111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68AE7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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