#63A30A

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

Shades of Christi #63A30A

Tints of Christi #63A30A

Color information

#63A30A (or 0x63A30A) is unknown color: approx Christi. HEX triplet: 63, A3 and 0A. RGB value is (99,163,10). Sum of RGB (Red+Green+Blue) = 99+163+10=272 (36% of max value = 765). Red value is 99 (39.06% from 255 or 36.40% from 272); Green value is 163 (64.06% from 255 or 59.93% from 272); Blue value is 10 (4.30% from 255 or 3.68% from 272); Max value from RGB is 163 - color contains mainly: green. Hex color #63A30A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #63A30A is #9C5CF5. Grayscale: #7E7E7E. Windows color (decimal): -10247414 or 697187. OLE color: 697187.

HSL color Cylindrical-coordinate representation of color #63A30A: hue angle of 85.1º degrees, saturation: 0.88, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #63A30A is Cyan = 0.39, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.36.

Color convert

RGB9916310-
CMYK0.3900.940.36
HSL85.1º88.44%33.92%-
HSV(B)85.1º93.87%63.92%-
XYZ18.328.874.9-
YUV126.4262.3108.44-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 36.40%
GREEN value IS 163 (64.06% from 255) = 59.93%
BLUE value IS 10 (4.30% from 255) = 3.68%
R=36.40%
G=59.93%
B=3.68%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal99163100.3900.940.3685.188.4433.92
Hex63A3A2705E24555822
Octal143243124701364412513042
Binary11000111010001110101001110101111010010010101011011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63A30A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,163,10); }

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

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

 a { background-color: rgb(99,163,10); }

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

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

 span { border-color: rgb(99,163,10); }

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