#68AB76

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

Shades of Oxley #68AB76

Tints of Oxley #68AB76

Color information

#68AB76 (or 0x68AB76) is unknown color: approx Oxley. HEX triplet: 68, AB and 76. RGB value is (104,171,118). Sum of RGB (Red+Green+Blue) = 104+171+118=393 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.46% from 393); Green value is 171 (67.19% from 255 or 43.51% from 393); Blue value is 118 (46.48% from 255 or 30.03% from 393); Max value from RGB is 171 - color contains mainly: green. Hex color #68AB76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68AB76 is #975489. Grayscale: #919191. Windows color (decimal): -9917578 or 7777128. OLE color: 7777128.

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

Color convert

RGB104171118-
CMYK0.3900.310.33
HSL132.54º28.51%53.92%-
HSV(B)132.54º39.18%67.06%-
XYZ23.5433.3822.34-
YUV144.92112.898.81-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.46%
GREEN value IS 171 (67.19% from 255) = 43.51%
BLUE value IS 118 (46.48% from 255) = 30.03%
R=26.46%
G=43.51%
B=30.03%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1041711180.3900.310.33132.5428.5153.92
Hex68AB762701F21851d36
Octal15025316647037412053566
Binary11010001010101111101101001110111111000011000010111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68AB76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,171,118); }

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

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

 a { background-color: rgb(104,171,118); }

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

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

 span { border-color: rgb(104,171,118); }

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