#63936F

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

Shades of Oxley #63936F

Tints of Oxley #63936F

Color information

#63936F (or 0x63936F) is unknown color: approx Oxley. HEX triplet: 63, 93 and 6F. RGB value is (99,147,111). Sum of RGB (Red+Green+Blue) = 99+147+111=357 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.73% from 357); Green value is 147 (57.81% from 255 or 41.18% from 357); Blue value is 111 (43.75% from 255 or 31.09% from 357); Max value from RGB is 147 - color contains mainly: green. Hex color #63936F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63936F is #9C6C90. Grayscale: #808080. Windows color (decimal): -10251409 or 7312227. OLE color: 7312227.

HSL color Cylindrical-coordinate representation of color #63936F: hue angle of 135º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #63936F is Cyan = 0.33, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB99147111-
CMYK0.3300.240.42
HSL135º19.51%48.24%-
HSV(B)135º32.65%57.65%-
XYZ18.4524.6718.83-
YUV128.54118.1106.93-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 27.73%
GREEN value IS 147 (57.81% from 255) = 41.18%
BLUE value IS 111 (43.75% from 255) = 31.09%
R=27.73%
G=41.18%
B=31.09%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal991471110.3300.240.4213519.5148.24
Hex63936F210182A871430
Octal14322315741030522072460
Binary11000111001001111011111000010110001010101000011110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63936F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63936F; }

 p { color: rgb(99,147,111); }

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

<style>
 a { background-color: #63936F; }

 a { background-color: rgb(99,147,111); }

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

<style>
 span { border-color: #63936F; }

 span { border-color: rgb(99,147,111); }

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