#68AA7C

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

Shades of Oxley #68AA7C

Tints of Oxley #68AA7C

Color information

#68AA7C (or 0x68AA7C) is unknown color: approx Oxley. HEX triplet: 68, AA and 7C. RGB value is (104,170,124). Sum of RGB (Red+Green+Blue) = 104+170+124=398 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.13% from 398); Green value is 170 (66.80% from 255 or 42.71% from 398); Blue value is 124 (48.83% from 255 or 31.16% from 398); Max value from RGB is 170 - color contains mainly: green. Hex color #68AA7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68AA7C is #975583. Grayscale: #919191. Windows color (decimal): -9917828 or 8170088. OLE color: 8170088.

HSL color Cylindrical-coordinate representation of color #68AA7C: hue angle of 138.18º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #68AA7C is Cyan = 0.39, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.33.

Color convert

RGB104170124-
CMYK0.3900.270.33
HSL138.18º27.97%53.73%-
HSV(B)138.18º38.82%66.67%-
XYZ23.7233.1524.22-
YUV145.02116.1398.74-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.13%
GREEN value IS 170 (66.80% from 255) = 42.71%
BLUE value IS 124 (48.83% from 255) = 31.16%
R=26.13%
G=42.71%
B=31.16%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1041701240.3900.270.33138.1827.9753.73
Hex68AA7C2701B218a1c36
Octal15025217447033412123466
Binary11010001010101011111001001110110111000011000101011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68AA7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,170,124); }

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

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

 a { background-color: rgb(104,170,124); }

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

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

 span { border-color: rgb(104,170,124); }

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