#68A483

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

Shades of Oxley #68A483

Tints of Oxley #68A483

Color information

#68A483 (or 0x68A483) is unknown color: approx Oxley. HEX triplet: 68, A4 and 83. RGB value is (104,164,131). Sum of RGB (Red+Green+Blue) = 104+164+131=399 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.07% from 399); Green value is 164 (64.45% from 255 or 41.10% from 399); Blue value is 131 (51.56% from 255 or 32.83% from 399); Max value from RGB is 164 - color contains mainly: green. Hex color #68A483 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68A483 is #975B7C. Grayscale: #8E8E8E. Windows color (decimal): -9919357 or 8627304. OLE color: 8627304.

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

Color convert

RGB104164131-
CMYK0.3700.200.36
HSL147º24.79%52.55%-
HSV(B)147º36.59%64.31%-
XYZ23.0831.1326.27-
YUV142.3121.62100.68-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.07%
GREEN value IS 164 (64.45% from 255) = 41.10%
BLUE value IS 131 (51.56% from 255) = 32.83%
R=26.07%
G=41.10%
B=32.83%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1041641310.3700.200.3614724.7952.55
Hex68A4832501424931935
Octal15024420345024442233165
Binary110100010100100100000111001010101001001001001001111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68A483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,164,131); }

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

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

 a { background-color: rgb(104,164,131); }

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

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

 span { border-color: rgb(104,164,131); }

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