#63986C

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

Shades of Oxley #63986C

Tints of Oxley #63986C

Color information

#63986C (or 0x63986C) is unknown color: approx Oxley. HEX triplet: 63, 98 and 6C. RGB value is (99,152,108). Sum of RGB (Red+Green+Blue) = 99+152+108=359 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.58% from 359); Green value is 152 (59.77% from 255 or 42.34% from 359); Blue value is 108 (42.58% from 255 or 30.08% from 359); Max value from RGB is 152 - color contains mainly: green. Hex color #63986C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63986C is #9C6793. Grayscale: #838383. Windows color (decimal): -10250132 or 7116899. OLE color: 7116899.

HSL color Cylindrical-coordinate representation of color #63986C: hue angle of 130.19º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #63986C is Cyan = 0.35, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.40.

Color convert

RGB99152108-
CMYK0.3500.290.40
HSL130.19º21.12%49.22%-
HSV(B)130.19º34.87%59.61%-
XYZ19.0826.1918.24-
YUV131.14114.94105.08-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 27.58%
GREEN value IS 152 (59.77% from 255) = 42.34%
BLUE value IS 108 (42.58% from 255) = 30.08%
R=27.58%
G=42.34%
B=30.08%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal991521080.3500.290.40130.1921.1249.22
Hex63986C2301D28821531
Octal14323015443035502022561
Binary11000111001100011011001000110111011010001000001010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63986C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63986C; }

 p { color: rgb(99,152,108); }

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

<style>
 a { background-color: #63986C; }

 a { background-color: rgb(99,152,108); }

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

<style>
 span { border-color: #63986C; }

 span { border-color: rgb(99,152,108); }

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