#63A506

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

Shades of Christi #63A506

Tints of Christi #63A506

Color information

#63A506 (or 0x63A506) is unknown color: approx Christi. HEX triplet: 63, A5 and 06. RGB value is (99,165,6). Sum of RGB (Red+Green+Blue) = 99+165+6=270 (35% of max value = 765). Red value is 99 (39.06% from 255 or 36.67% from 270); Green value is 165 (64.84% from 255 or 61.11% from 270); Blue value is 6 (2.73% from 255 or 2.22% from 270); Max value from RGB is 165 - color contains mainly: green. Hex color #63A506 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #63A506 is #9C5AF9. Grayscale: #7F7F7F. Windows color (decimal): -10246906 or 435555. OLE color: 435555.

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

Color convert

RGB991656-
CMYK0.4000.960.35
HSL84.91º92.98%33.53%-
HSV(B)84.91º96.36%64.71%-
XYZ18.6329.584.9-
YUV127.1459.63107.93-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 36.67%
GREEN value IS 165 (64.84% from 255) = 61.11%
BLUE value IS 6 (2.73% from 255) = 2.22%
R=36.67%
G=61.11%
B=2.22%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal9916560.4000.960.3584.9192.9833.53
Hex63A562806023555d22
Octal14324565001404312513542
Binary1100011101001011101010000110000010001110101011011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63A506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,165,6); }

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

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

 a { background-color: rgb(99,165,6); }

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

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

 span { border-color: rgb(99,165,6); }

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