#68A383

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

Shades of Oxley #68A383

Tints of Oxley #68A383

Color information

#68A383 (or 0x68A383) is unknown color: approx Oxley. HEX triplet: 68, A3 and 83. RGB value is (104,163,131). Sum of RGB (Red+Green+Blue) = 104+163+131=398 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.13% from 398); Green value is 163 (64.06% from 255 or 40.95% from 398); Blue value is 131 (51.56% from 255 or 32.91% from 398); Max value from RGB is 163 - color contains mainly: green. Hex color #68A383 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68A383 is #975C7C. Grayscale: #8D8D8D. Windows color (decimal): -9919613 or 8627048. OLE color: 8627048.

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

Color convert

RGB104163131-
CMYK0.3600.200.36
HSL147.46º24.28%52.35%-
HSV(B)147.46º36.2%63.92%-
XYZ22.930.7826.21-
YUV141.71121.95101.1-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.13%
GREEN value IS 163 (64.06% from 255) = 40.95%
BLUE value IS 131 (51.56% from 255) = 32.91%
R=26.13%
G=40.95%
B=32.91%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1041631310.3600.200.36147.4624.2852.35
Hex68A3832401424931834
Octal15024320344024442233064
Binary110100010100011100000111001000101001001001001001111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68A383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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