#68A876

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

Shades of Oxley #68A876

Tints of Oxley #68A876

Color information

#68A876 (or 0x68A876) is unknown color: approx Oxley. HEX triplet: 68, A8 and 76. RGB value is (104,168,118). Sum of RGB (Red+Green+Blue) = 104+168+118=390 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.67% from 390); Green value is 168 (66.02% from 255 or 43.08% from 390); Blue value is 118 (46.48% from 255 or 30.26% from 390); Max value from RGB is 168 - color contains mainly: green. Hex color #68A876 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68A876 is #975789. Grayscale: #8F8F8F. Windows color (decimal): -9918346 or 7776360. OLE color: 7776360.

HSL color Cylindrical-coordinate representation of color #68A876: hue angle of 133.12º degrees, saturation: 0.27, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #68A876 is Cyan = 0.38, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.34.

Color convert

RGB104168118-
CMYK0.3800.300.34
HSL133.12º26.89%53.33%-
HSV(B)133.12º38.1%65.88%-
XYZ22.9832.2622.15-
YUV143.16113.8100.07-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.67%
GREEN value IS 168 (66.02% from 255) = 43.08%
BLUE value IS 118 (46.48% from 255) = 30.26%
R=26.67%
G=43.08%
B=30.26%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1041681180.3800.300.34133.1226.8953.33
Hex68A8762601E22851b35
Octal15025016646036422053365
Binary11010001010100011101101001100111101000101000010111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68A876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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