#68AB7C

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

Shades of Oxley #68AB7C

Tints of Oxley #68AB7C

Color information

#68AB7C (or 0x68AB7C) is unknown color: approx Oxley. HEX triplet: 68, AB and 7C. RGB value is (104,171,124). Sum of RGB (Red+Green+Blue) = 104+171+124=399 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.07% from 399); Green value is 171 (67.19% from 255 or 42.86% from 399); Blue value is 124 (48.83% from 255 or 31.08% from 399); Max value from RGB is 171 - color contains mainly: green. Hex color #68AB7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68AB7C is #975483. Grayscale: #919191. Windows color (decimal): -9917572 or 8170344. OLE color: 8170344.

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

Color convert

RGB104171124-
CMYK0.3900.270.33
HSL137.91º28.51%53.92%-
HSV(B)137.91º39.18%67.06%-
XYZ23.9133.5224.28-
YUV145.61115.898.32-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.07%
GREEN value IS 171 (67.19% from 255) = 42.86%
BLUE value IS 124 (48.83% from 255) = 31.08%
R=26.07%
G=42.86%
B=31.08%

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
Decimal1041711240.3900.270.33137.9128.5153.92
Hex68AB7C2701B218a1d36
Octal15025317447033412123566
Binary11010001010101111111001001110110111000011000101011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68AB7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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