#68AB78

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

Shades of Oxley #68AB78

Tints of Oxley #68AB78

Color information

#68AB78 (or 0x68AB78) is unknown color: approx Oxley. HEX triplet: 68, AB and 78. RGB value is (104,171,120). Sum of RGB (Red+Green+Blue) = 104+171+120=395 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.33% from 395); Green value is 171 (67.19% from 255 or 43.29% from 395); Blue value is 120 (47.27% from 255 or 30.38% from 395); Max value from RGB is 171 - color contains mainly: green. Hex color #68AB78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68AB78 is #975487. Grayscale: #919191. Windows color (decimal): -9917576 or 7908200. OLE color: 7908200.

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

Color convert

RGB104171120-
CMYK0.3900.300.33
HSL134.33º28.51%53.92%-
HSV(B)134.33º39.18%67.06%-
XYZ23.6633.4222.97-
YUV145.15113.898.65-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.33%
GREEN value IS 171 (67.19% from 255) = 43.29%
BLUE value IS 120 (47.27% from 255) = 30.38%
R=26.33%
G=43.29%
B=30.38%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1041711200.3900.300.33134.3328.5153.92
Hex68AB782701E21861d36
Octal15025317047036412063566
Binary11010001010101111110001001110111101000011000011011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68AB78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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