#63966F

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

Shades of Oxley #63966F

Tints of Oxley #63966F

Color information

#63966F (or 0x63966F) is unknown color: approx Oxley. HEX triplet: 63, 96 and 6F. RGB value is (99,150,111). Sum of RGB (Red+Green+Blue) = 99+150+111=360 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.5% from 360); Green value is 150 (58.98% from 255 or 41.67% from 360); Blue value is 111 (43.75% from 255 or 30.83% from 360); Max value from RGB is 150 - color contains mainly: green. Hex color #63966F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63966F is #9C6990. Grayscale: #828282. Windows color (decimal): -10250641 or 7312995. OLE color: 7312995.

HSL color Cylindrical-coordinate representation of color #63966F: hue angle of 134.12º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #63966F is Cyan = 0.34, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.41.

Color convert

RGB99150111-
CMYK0.3400.260.41
HSL134.12º20.48%48.82%-
HSV(B)134.12º34%58.82%-
XYZ18.9225.6118.99-
YUV130.3117.1105.67-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 27.5%
GREEN value IS 150 (58.98% from 255) = 41.67%
BLUE value IS 111 (43.75% from 255) = 30.83%
R=27.5%
G=41.67%
B=30.83%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal991501110.3400.260.41134.1220.4848.82
Hex63966F2201A29861431
Octal14322615742032512062461
Binary11000111001011011011111000100110101010011000011010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63966F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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