#63906F

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

Shades of Oxley #63906F

Tints of Oxley #63906F

Color information

#63906F (or 0x63906F) is unknown color: approx Oxley. HEX triplet: 63, 90 and 6F. RGB value is (99,144,111). Sum of RGB (Red+Green+Blue) = 99+144+111=354 (46% of max value = 765). Red value is 99 (39.06% from 255 or 27.97% from 354); Green value is 144 (56.64% from 255 or 40.68% from 354); Blue value is 111 (43.75% from 255 or 31.36% from 354); Max value from RGB is 144 - color contains mainly: green. Hex color #63906F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63906F is #9C6F90. Grayscale: #7E7E7E. Windows color (decimal): -10252177 or 7311459. OLE color: 7311459.

HSL color Cylindrical-coordinate representation of color #63906F: hue angle of 136º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #63906F is Cyan = 0.31, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.44.

Color convert

RGB99144111-
CMYK0.3100.230.44
HSL136º18.52%47.65%-
HSV(B)136º31.25%56.47%-
XYZ17.9923.7518.67-
YUV126.78119.09108.18-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 27.97%
GREEN value IS 144 (56.64% from 255) = 40.68%
BLUE value IS 111 (43.75% from 255) = 31.36%
R=27.97%
G=40.68%
B=31.36%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal991441110.3100.230.4413618.5247.65
Hex63906F1F0172C881330
Octal14322015737027542102360
Binary1100011100100001101111111110101111011001000100010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63906F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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