#68AA7A

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

Shades of Oxley #68AA7A

Tints of Oxley #68AA7A

Color information

#68AA7A (or 0x68AA7A) is unknown color: approx Oxley. HEX triplet: 68, AA and 7A. RGB value is (104,170,122). Sum of RGB (Red+Green+Blue) = 104+170+122=396 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.26% from 396); Green value is 170 (66.80% from 255 or 42.93% from 396); Blue value is 122 (48.05% from 255 or 30.81% from 396); Max value from RGB is 170 - color contains mainly: green. Hex color #68AA7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68AA7A is #975585. Grayscale: #909090. Windows color (decimal): -9917830 or 8039016. OLE color: 8039016.

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

Color convert

RGB104170122-
CMYK0.3900.280.33
HSL136.36º27.97%53.73%-
HSV(B)136.36º38.82%66.67%-
XYZ23.633.123.56-
YUV144.79115.1398.9-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.26%
GREEN value IS 170 (66.80% from 255) = 42.93%
BLUE value IS 122 (48.05% from 255) = 30.81%
R=26.26%
G=42.93%
B=30.81%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1041701220.3900.280.33136.3627.9753.73
Hex68AA7A2701C21881c36
Octal15025217247034412103466
Binary11010001010101011110101001110111001000011000100011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68AA7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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