#68A26E

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

Shades of Oxley #68A26E

Tints of Oxley #68A26E

Color information

#68A26E (or 0x68A26E) is unknown color: approx Oxley. HEX triplet: 68, A2 and 6E. RGB value is (104,162,110). Sum of RGB (Red+Green+Blue) = 104+162+110=376 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.66% from 376); Green value is 162 (63.67% from 255 or 43.09% from 376); Blue value is 110 (43.36% from 255 or 29.26% from 376); Max value from RGB is 162 - color contains mainly: green. Hex color #68A26E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68A26E is #975D91. Grayscale: #8A8A8A. Windows color (decimal): -9919890 or 7250536. OLE color: 7250536.

HSL color Cylindrical-coordinate representation of color #68A26E: hue angle of 126.21º 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 #68A26E is Cyan = 0.36, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.36.

Color convert

RGB104162110-
CMYK0.3600.320.36
HSL126.21º23.77%52.16%-
HSV(B)126.21º35.8%63.53%-
XYZ21.4429.9119.39-
YUV138.73111.78103.23-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.66%
GREEN value IS 162 (63.67% from 255) = 43.09%
BLUE value IS 110 (43.36% from 255) = 29.26%
R=27.66%
G=43.09%
B=29.26%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1041621100.3600.320.36126.2123.7752.16
Hex68A26E24020247e1834
Octal15024215644040441763064
Binary11010001010001011011101001000100000100100111111011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68A26E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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