#68A36D

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

Shades of Oxley #68A36D

Tints of Oxley #68A36D

Color information

#68A36D (or 0x68A36D) is unknown color: approx Oxley. HEX triplet: 68, A3 and 6D. RGB value is (104,163,109). Sum of RGB (Red+Green+Blue) = 104+163+109=376 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.66% from 376); Green value is 163 (64.06% from 255 or 43.35% from 376); Blue value is 109 (42.97% from 255 or 28.99% from 376); Max value from RGB is 163 - color contains mainly: green. Hex color #68A36D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68A36D is #975C92. Grayscale: #8B8B8B. Windows color (decimal): -9919635 or 7185256. OLE color: 7185256.

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

Color convert

RGB104163109-
CMYK0.3600.330.36
HSL125.08º24.28%52.35%-
HSV(B)125.08º36.2%63.92%-
XYZ21.5730.2419.17-
YUV139.2110.95102.89-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.66%
GREEN value IS 163 (64.06% from 255) = 43.35%
BLUE value IS 109 (42.97% from 255) = 28.99%
R=27.66%
G=43.35%
B=28.99%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1041631090.3600.330.36125.0824.2852.35
Hex68A36D24021247d1834
Octal15024315544041441753064
Binary11010001010001111011011001000100001100100111110111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68A36D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,163,109); }

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

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

 a { background-color: rgb(104,163,109); }

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

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

 span { border-color: rgb(104,163,109); }

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