#68A381

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

Shades of Oxley #68A381

Tints of Oxley #68A381

Color information

#68A381 (or 0x68A381) is unknown color: approx Oxley. HEX triplet: 68, A3 and 81. RGB value is (104,163,129). Sum of RGB (Red+Green+Blue) = 104+163+129=396 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.26% from 396); Green value is 163 (64.06% from 255 or 41.16% from 396); Blue value is 129 (50.78% from 255 or 32.58% from 396); Max value from RGB is 163 - color contains mainly: green. Hex color #68A381 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68A381 is #975C7E. Grayscale: #8D8D8D. Windows color (decimal): -9919615 or 8495976. OLE color: 8495976.

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

Color convert

RGB104163129-
CMYK0.3600.210.36
HSL145.42º24.28%52.35%-
HSV(B)145.42º36.2%63.92%-
XYZ22.7730.7225.5-
YUV141.48120.95101.26-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.26%
GREEN value IS 163 (64.06% from 255) = 41.16%
BLUE value IS 129 (50.78% from 255) = 32.58%
R=26.26%
G=41.16%
B=32.58%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1041631290.3600.210.36145.4224.2852.35
Hex68A3812401524911834
Octal15024320144025442213064
Binary110100010100011100000011001000101011001001001000111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68A381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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