#63A40C

Color #63A40C Christi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christi #63A40C

Tints of Christi #63A40C

Color information

#63A40C (or 0x63A40C) is unknown color: approx Christi. HEX triplet: 63, A4 and 0C. RGB value is (99,164,12). Sum of RGB (Red+Green+Blue) = 99+164+12=275 (36% of max value = 765). Red value is 99 (39.06% from 255 or 36% from 275); Green value is 164 (64.45% from 255 or 59.64% from 275); Blue value is 12 (5.08% from 255 or 4.36% from 275); Max value from RGB is 164 - color contains mainly: green. Hex color #63A40C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #63A40C is #9C5BF3. Grayscale: #7F7F7F. Windows color (decimal): -10247156 or 828515. OLE color: 828515.

HSL color Cylindrical-coordinate representation of color #63A40C: hue angle of 85.66º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #63A40C is Cyan = 0.40, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.36.

Color convert

RGB9916412-
CMYK0.4000.930.36
HSL85.66º86.36%34.51%-
HSV(B)85.66º92.68%64.31%-
XYZ18.4929.235.02-
YUV127.2462.97107.86-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 36%
GREEN value IS 164 (64.45% from 255) = 59.64%
BLUE value IS 12 (5.08% from 255) = 4.36%
R=36%
G=59.64%
B=4.36%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal99164120.4000.930.3685.6686.3634.51
Hex63A4C2805D24565623
Octal143244145001354412612643
Binary11000111010010011001010000101110110010010101101010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63A40C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63A40C; }

 p { color: rgb(99,164,12); }

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

<style>
 a { background-color: #63A40C; }

 a { background-color: rgb(99,164,12); }

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

<style>
 span { border-color: #63A40C; }

 span { border-color: rgb(99,164,12); }

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