#68A081

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

Shades of Oxley #68A081

Tints of Oxley #68A081

Color information

#68A081 (or 0x68A081) is unknown color: approx Oxley. HEX triplet: 68, A0 and 81. RGB value is (104,160,129). Sum of RGB (Red+Green+Blue) = 104+160+129=393 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.46% from 393); Green value is 160 (62.89% from 255 or 40.71% from 393); Blue value is 129 (50.78% from 255 or 32.82% from 393); Max value from RGB is 160 - color contains mainly: green. Hex color #68A081 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68A081 is #975F7E. Grayscale: #8B8B8B. Windows color (decimal): -9920383 or 8495208. OLE color: 8495208.

HSL color Cylindrical-coordinate representation of color #68A081: hue angle of 146.79º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #68A081 is Cyan = 0.35, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.37.

Color convert

RGB104160129-
CMYK0.3500.190.37
HSL146.79º22.76%51.76%-
HSV(B)146.79º35%62.75%-
XYZ22.2429.6725.32-
YUV139.72121.95102.52-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.46%
GREEN value IS 160 (62.89% from 255) = 40.71%
BLUE value IS 129 (50.78% from 255) = 32.82%
R=26.46%
G=40.71%
B=32.82%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1041601290.3500.190.37146.7922.7651.76
Hex68A0812301325931734
Octal15024020143023452232764
Binary110100010100000100000011000110100111001011001001110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68A081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,160,129); }

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

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

 a { background-color: rgb(104,160,129); }

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

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

 span { border-color: rgb(104,160,129); }

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