#68A370

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

Shades of Oxley #68A370

Tints of Oxley #68A370

Color information

#68A370 (or 0x68A370) is unknown color: approx Oxley. HEX triplet: 68, A3 and 70. RGB value is (104,163,112). Sum of RGB (Red+Green+Blue) = 104+163+112=379 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.44% from 379); Green value is 163 (64.06% from 255 or 43.01% from 379); Blue value is 112 (44.14% from 255 or 29.55% from 379); Max value from RGB is 163 - color contains mainly: green. Hex color #68A370 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68A370 is #975C8F. Grayscale: #8B8B8B. Windows color (decimal): -9919632 or 7381864. OLE color: 7381864.

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

Color convert

RGB104163112-
CMYK0.3600.310.36
HSL128.14º24.28%52.35%-
HSV(B)128.14º36.2%63.92%-
XYZ21.7330.3120.03-
YUV139.55112.45102.65-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.44%
GREEN value IS 163 (64.06% from 255) = 43.01%
BLUE value IS 112 (44.14% from 255) = 29.55%
R=27.44%
G=43.01%
B=29.55%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1041631120.3600.310.36128.1424.2852.35
Hex68A3702401F24801834
Octal15024316044037442003064
Binary11010001010001111100001001000111111001001000000011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68A370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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