#63A70C

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

Shades of Christi #63A70C

Tints of Christi #63A70C

Color information

#63A70C (or 0x63A70C) is unknown color: approx Christi. HEX triplet: 63, A7 and 0C. RGB value is (99,167,12). Sum of RGB (Red+Green+Blue) = 99+167+12=278 (36% of max value = 765). Red value is 99 (39.06% from 255 or 35.61% from 278); Green value is 167 (65.62% from 255 or 60.07% from 278); Blue value is 12 (5.08% from 255 or 4.32% from 278); Max value from RGB is 167 - color contains mainly: green. Hex color #63A70C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #63A70C is #9C58F3. Grayscale: #818181. Windows color (decimal): -10246388 or 829283. OLE color: 829283.

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

Color convert

RGB9916712-
CMYK0.4100.930.35
HSL86.32º86.59%35.1%-
HSV(B)86.32º92.81%65.49%-
XYZ19.0330.325.2-
YUV12961.97106.6-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 35.61%
GREEN value IS 167 (65.62% from 255) = 60.07%
BLUE value IS 12 (5.08% from 255) = 4.32%
R=35.61%
G=60.07%
B=4.32%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal99167120.4100.930.3586.3286.5935.1
Hex63A7C2905D23565723
Octal143247145101354312612743
Binary11000111010011111001010010101110110001110101101010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63A70C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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