#68A279

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

Shades of Oxley #68A279

Tints of Oxley #68A279

Color information

#68A279 (or 0x68A279) is unknown color: approx Oxley. HEX triplet: 68, A2 and 79. RGB value is (104,162,121). Sum of RGB (Red+Green+Blue) = 104+162+121=387 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.87% from 387); Green value is 162 (63.67% from 255 or 41.86% from 387); Blue value is 121 (47.66% from 255 or 31.27% from 387); Max value from RGB is 162 - color contains mainly: green. Hex color #68A279 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68A279 is #975D86. Grayscale: #8C8C8C. Windows color (decimal): -9919879 or 7971432. OLE color: 7971432.

HSL color Cylindrical-coordinate representation of color #68A279: hue angle of 137.59º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #68A279 is Cyan = 0.36, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.36.

Color convert

RGB104162121-
CMYK0.3600.250.36
HSL137.59º23.77%52.16%-
HSV(B)137.59º35.8%63.53%-
XYZ22.0830.1622.75-
YUV139.98117.28102.33-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.87%
GREEN value IS 162 (63.67% from 255) = 41.86%
BLUE value IS 121 (47.66% from 255) = 31.27%
R=26.87%
G=41.86%
B=31.27%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1041621210.3600.250.36137.5923.7752.16
Hex68A27924019248a1834
Octal15024217144031442123064
Binary11010001010001011110011001000110011001001000101011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68A279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,162,121); }

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

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

 a { background-color: rgb(104,162,121); }

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

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

 span { border-color: rgb(104,162,121); }

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